mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Keep to show current script when closing all docs
also fix error when removing multiple tabs from TabContainer at same frame. like closing multiple docs at once. Fix #16403
This commit is contained in:
@@ -62,6 +62,7 @@ private:
|
||||
Vector<Control *> _get_tabs() const;
|
||||
int _get_tab_width(int p_index) const;
|
||||
void _on_theme_changed();
|
||||
void _update_current_tab();
|
||||
|
||||
protected:
|
||||
void _child_renamed_callback();
|
||||
|
||||
Reference in New Issue
Block a user