From b4be0634d4f4d9273133a8007972cbf85d76b687 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 (cherry picked from commit fdba051a40c36bb1528a2aaf840531f19ffa8615) --- 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 777ca96cc43..a2e1724c967 100644 --- a/scene/gui/tab_bar.cpp +++ b/scene/gui/tab_bar.cpp @@ -373,6 +373,7 @@ void TabBar::_notification(int p_what) { } queue_redraw(); + update_minimum_size(); [[fallthrough]]; }