-removed stop mouse and ignore mouse from control, which were confusing, replaced by mouse filter
This commit is contained in:
parent
4fd464a4c5
commit
94ee7798ce
20 changed files with 53 additions and 57 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue