summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Sizov <11782833+YuriSizov@users.noreply.github.com>2023-02-15 18:23:25 +0300
committerGitHub <noreply@github.com>2023-02-15 18:23:25 +0300
commitf2aae8fa5c2e9d9323832fb43c8446c2e518d698 (patch)
tree717a2f81d679f72904f77a526557c52d1bc7cf97
parentd2b1474da79a4dce5c2031b3a3fafe8aaa2a161f (diff)
parent1cdf3398a0a16a4a945e6ec5f5c68f12becb22cf (diff)
Merge pull request #73349 from dalexeev/fix-tab-bar-redraw
Fix `TabBar` not redrawing on locale change
-rw-r--r--scene/gui/tab_bar.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/tab_bar.cpp b/scene/gui/tab_bar.cpp
index eca6cb3eef..5e378a0321 100644
--- a/scene/gui/tab_bar.cpp
+++ b/scene/gui/tab_bar.cpp
@@ -342,6 +342,8 @@ void TabBar::_notification(int p_what) {
_shape(i);
}
+ queue_redraw();
+
[[fallthrough]];
}
case NOTIFICATION_RESIZED: {