-Massive editor dialog cleanup
-Added a bottom menu list
This commit is contained in:
parent
72fcb8a35b
commit
74a48a0140
32 changed files with 597 additions and 519 deletions
|
|
@ -387,7 +387,7 @@ void Control::_notification(int p_notification) {
|
|||
|
||||
data.parent_canvas_item->disconnect("item_rect_changed",this,"_size_changed");
|
||||
data.parent_canvas_item=NULL;
|
||||
} else {
|
||||
} else if (!is_set_as_toplevel()) {
|
||||
//disconnect viewport
|
||||
get_viewport()->disconnect("size_changed",this,"_size_changed");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue