parent
59a00c3cdd
commit
a34daf6851
|
@ -636,7 +636,7 @@ void ColorPickerButton::_notification(int p_what) {
|
||||||
draw_rect(r, picker->get_pick_color());
|
draw_rect(r, picker->get_pick_color());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (p_what == MainLoop::NOTIFICATION_WM_QUIT_REQUEST) {
|
if (p_what == MainLoop::NOTIFICATION_WM_QUIT_REQUEST && popup) {
|
||||||
popup->hide();
|
popup->hide();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue