diff options
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r-- | editor/editor_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index 7d6123d04b..e7011e921e 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -657,6 +657,7 @@ private: void _bottom_panel_switch_by_control(bool p_enable, Control *p_control); void _bottom_panel_switch(bool p_enable, int p_idx); void _bottom_panel_raise_toggled(bool); + bool _bottom_panel_drag_hover(const Vector2 &, const Variant &, Button *p_button, Control *p_control); void _begin_first_scan(); |