parent
59a00c3cdd
commit
a34daf6851
1 changed files with 1 additions and 1 deletions
|
@ -636,7 +636,7 @@ void ColorPickerButton::_notification(int p_what) {
|
|||
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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue