mirror of
https://github.com/gryf/tabbedalt.git
synced 2026-08-20 18:11:48 +02:00
Make window configure on every refresh
This commit is contained in:
@@ -285,8 +285,9 @@ sub refresh {
|
|||||||
$self->{tabheight} = $self->{_tabheight};
|
$self->{tabheight} = $self->{_tabheight};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$self->configure;
|
||||||
|
|
||||||
if ($old_tabheight != $self->{tabheight}) {
|
if ($old_tabheight != $self->{tabheight}) {
|
||||||
$self->configure;
|
|
||||||
$self->copy_properties;
|
$self->copy_properties;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user