You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user