diff --git a/tabbedalt b/tabbedalt index 7af7919..895e7d3 100644 --- a/tabbedalt +++ b/tabbedalt @@ -285,8 +285,9 @@ sub refresh { $self->{tabheight} = $self->{_tabheight}; } + $self->configure; + if ($old_tabheight != $self->{tabheight}) { - $self->configure; $self->copy_properties; }