You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
-removed stop mouse and ignore mouse from control, which were confusing, replaced by mouse filter
This commit is contained in:
@@ -5873,7 +5873,7 @@ EditorNode::EditorNode() {
|
||||
|
||||
|
||||
play_cc = memnew( CenterContainer );
|
||||
play_cc->set_ignore_mouse(true);
|
||||
play_cc->set_mouse_filter(Control::MOUSE_FILTER_IGNORE);
|
||||
gui_base->add_child( play_cc );
|
||||
play_cc->set_area_as_parent_rect();
|
||||
play_cc->set_anchor_and_margin(MARGIN_BOTTOM,Control::ANCHOR_BEGIN,10);
|
||||
|
||||
Reference in New Issue
Block a user