popup deferred hide suppressed if reopened
popup no longer tries to close itself a second time popup no longer closes after having been reopened fixed bug in RenameDialog not calling base (by inspection) fixes #59181 fixes #60921 reverts #59287
This commit is contained in:
parent
677b63d765
commit
47d0dc8a41
4 changed files with 26 additions and 2 deletions
|
|
@ -57,6 +57,10 @@ protected:
|
|||
void _notification(int p_what);
|
||||
static void _bind_methods();
|
||||
|
||||
void _popup_conditional_hide();
|
||||
|
||||
virtual void _post_popup() override;
|
||||
|
||||
public:
|
||||
Popup();
|
||||
~Popup();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue