Commit e316854
committed
Fix exit after changing themes.
In caea1c7 , the ThemeChooser's calls to the Reload Theme jump point
were modified to include the pop = false argument so that the "old"
theme's main menu screen wasn't shown prior to loading the new theme.
Unfortunately, this left 2 extra screens on the stack, so we would never
again attempt to exit because it looked like we weren't at the top of
the main menu.
I am working on another approach that will provide behavior closer to
that intended in caea1c7, but it's grown large and complicated enough
that it will take a while to complete, so I'm committing this change
while I finish the other approach.
Fixes #9936.1 parent 8337e87 commit e316854
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
620 | | - | |
| 620 | + | |
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
| |||
797 | 797 | | |
798 | 798 | | |
799 | 799 | | |
800 | | - | |
| 800 | + | |
801 | 801 | | |
802 | 802 | | |
803 | 803 | | |
| |||
0 commit comments