Merge pull request #104102 from ryevdokimov/reload-saved-scene-fixes
Focus `Don't Save` in `Reload Saved Scene` and don't save unmodified scenes
This commit is contained in:
commit
9cf741a315
2 changed files with 13 additions and 9 deletions
|
|
@ -352,6 +352,7 @@ private:
|
|||
Node *_last_instantiated_scene = nullptr;
|
||||
|
||||
ConfirmationDialog *confirmation = nullptr;
|
||||
Button *confirmation_button = nullptr;
|
||||
ConfirmationDialog *save_confirmation = nullptr;
|
||||
ConfirmationDialog *import_confirmation = nullptr;
|
||||
ConfirmationDialog *pick_main_scene = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue