Merge pull request #50711 from nekomatata/popup-close-fix

Fix logic for Popup closing when parent is focused
This commit is contained in:
Rémi Verschelde 2021-07-21 22:52:55 +02:00 committed by GitHub
commit c8719c38e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,7 @@ void Popup::_notification(int p_what) {
} else {
_deinitialize_visible_parents();
emit_signal(SNAME("popup_hide"));
popped_up = false;
}
} break;