summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-13 23:43:50 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-13 23:43:50 +0100
commitcea77f81ea5939a9faf04c7297411625b1094bcd (patch)
tree389fa83e787d1c5a0e4bc14ed38748f9ec71776a
parent81184941bcf3c08c6ba006d9b93a15500e354727 (diff)
parentfdba051a40c36bb1528a2aaf840531f19ffa8615 (diff)
downloadredot-engine-cea77f81ea5939a9faf04c7297411625b1094bcd.tar.gz
Merge pull request #88293 from WhalesState/tab_bar
Fix `TabBar` size when theme changes
-rw-r--r--scene/gui/tab_bar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/tab_bar.cpp b/scene/gui/tab_bar.cpp
index 3b5428d72b..bb787a742a 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]];
}