Working multiple window support, including editor
This commit is contained in:
committed by
Juan Linietsky
parent
f51fdc6eef
commit
4758057f20
@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user