From 0940d0cf033533eeff492497a5ee00017036fb52 Mon Sep 17 00:00:00 2001 From: gryf Date: Mon, 10 Aug 2026 17:24:19 +0200 Subject: [PATCH] Make window configure on every refresh --- tabbedalt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }