Working multiple window support, including editor
This commit is contained in:
parent
f51fdc6eef
commit
4758057f20
105 changed files with 1956 additions and 1742 deletions
|
|
@ -45,12 +45,6 @@ void ReparentDialog::_notification(int p_what) {
|
|||
|
||||
disconnect("confirmed", callable_mp(this, &ReparentDialog::_reparent));
|
||||
}
|
||||
|
||||
if (p_what == NOTIFICATION_DRAW) {
|
||||
|
||||
//RID ci = get_canvas_item();
|
||||
//get_stylebox("panel","PopupMenu")->draw(ci,Rect2(Point2(),get_size()));
|
||||
}
|
||||
}
|
||||
|
||||
void ReparentDialog::_cancel() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue