Skip to content

Commit

Permalink
Fix TabBar size when theme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalesState committed Feb 13, 2024
1 parent e92d55b commit fdba051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scene/gui/tab_bar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ void TabBar::_notification(int p_what) {
}

queue_redraw();
update_minimum_size();

[[fallthrough]];
}
Expand Down

0 comments on commit fdba051

Please sign in to comment.