Make window configure on every refresh

This commit is contained in:
2026-08-10 17:24:19 +02:00
parent 57f5423dc4
commit 0940d0cf03
+2 -1
View File
@@ -285,8 +285,9 @@ sub refresh {
$self->{tabheight} = $self->{_tabheight};
}
if ($old_tabheight != $self->{tabheight}) {
$self->configure;
if ($old_tabheight != $self->{tabheight}) {
$self->copy_properties;
}