Non-exclusive popup ConfirmationDialog fires canceled
signal when pressing OK
#85417
Labels
Milestone
canceled
signal when pressing OK
#85417
Godot version
4.2rc2
System information
Linux/Manjaro
Issue description
Pretty much stated in the title. An
AcceptDialog
withexclusive
set tofalse
andpopup_window
set totrue
will fire thecanceled
signal. This happens both on embedded and non-embedded subwindows.Steps to reproduce
AcceptDialog
withexclusive
set tofalse
andpopup_window
set totrue
canceled
andconfirmed
eventsMinimal reproduction project
accept-dialog-cancel-confirm.zip
Open the main scene and press OK and notice the prints.
The text was updated successfully, but these errors were encountered: