1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

Fix TabContainer drag to rearrange

This commit is contained in:
kit
2023-10-25 16:15:56 -04:00
parent e8d57afaec
commit b7884878fb
2 changed files with 12 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ class TabContainer : public Container {
bool use_hidden_tabs_for_min_size = false;
bool theme_changing = false;
Vector<Control *> children_removing;
bool drag_to_rearrange_enabled = false;
struct ThemeCache {
int side_margin = 0;