Files
godot/editor
风青山 225a5e225f Fix saving wrong edited scene state when switching scene tabs
When creating a new scene, the scene tab will actually switch to the newly created one.
Also worth noting that switching scene tabs saves state (by `save_edited_scene_state`).

When trying New Scene again, the previously empty scene tab will be removed.

So the correct logic is: switch the tab save state first, and then remove the previous
empty scene tab. To prevent `current_edited_scene` from being incorrect when saving state.
2023-10-17 22:52:44 +08:00
..
2023-06-06 15:36:51 +01:00
2023-10-01 22:04:17 +07:00
2023-10-01 22:04:17 +07:00
2023-08-28 12:53:56 +02:00
2023-06-06 15:36:51 +01:00
2023-09-03 19:58:18 +02:00
2023-06-06 15:36:51 +01:00