You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Merge pull request #113775 from KoBeWi/waiting_for_DockTabContainer
Fix bottom panel pinning
This commit is contained in:
@@ -77,6 +77,7 @@ public:
|
||||
void toggle_last_opened_bottom_panel();
|
||||
void set_expanded(bool p_expanded);
|
||||
void _theme_changed();
|
||||
bool is_locked() const { return lock_panel_switching; }
|
||||
|
||||
void set_bottom_panel_offset(int p_offset);
|
||||
int get_bottom_panel_offset();
|
||||
|
||||
Reference in New Issue
Block a user