You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Renamed most signals so they refer to:
-An action being requested to the user in present tense: (ie, draw, gui_input, etc) -A notification that an action happened, in past tense (ie, area_entered, modal_closed, etc).
This commit is contained in:
@@ -5621,7 +5621,7 @@ EditorNode::EditorNode() {
|
||||
dock_select->set_custom_minimum_size(Size2(128,64)*EDSCALE);
|
||||
dock_select->connect("gui_input",this,"_dock_select_input");
|
||||
dock_select->connect("draw",this,"_dock_select_draw");
|
||||
dock_select->connect("mouse_exit",this,"_dock_popup_exit");
|
||||
dock_select->connect("mouse_exited",this,"_dock_popup_exit");
|
||||
dock_select->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
dock_vb->add_child(dock_select);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user