mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03: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