From fdba051a40c36bb1528a2aaf840531f19ffa8615 Mon Sep 17 00:00:00 2001 From: Mounir Tohami <53877170+WhalesState@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:04:31 +0000 Subject: [PATCH] Fix `TabBar` size when theme changes --- scene/gui/tab_bar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scene/gui/tab_bar.cpp b/scene/gui/tab_bar.cpp index 3b5428d72bae..bb787a742ae6 100644 --- a/scene/gui/tab_bar.cpp +++ b/scene/gui/tab_bar.cpp @@ -376,6 +376,7 @@ void TabBar::_notification(int p_what) { } queue_redraw(); + update_minimum_size(); [[fallthrough]]; }