You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Improve style changed signal in EditorDock
This commit is contained in:
@@ -77,6 +77,8 @@ private:
|
||||
void _set_default_slot_bind(EditorPlugin::DockSlot p_slot);
|
||||
EditorPlugin::DockSlot _get_default_slot_bind() const { return (EditorPlugin::DockSlot)default_slot; }
|
||||
|
||||
void _emit_changed();
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
||||
@@ -85,8 +87,6 @@ protected:
|
||||
GDVIRTUAL2(_load_layout_from_config, Ref<ConfigFile>, const String &)
|
||||
|
||||
public:
|
||||
EditorDock();
|
||||
|
||||
void open();
|
||||
void make_visible();
|
||||
void close();
|
||||
|
||||
Reference in New Issue
Block a user