View Issue Details

IDProjectCategoryView StatusLast Update
0004918The Dark ModGUIpublic19.12.2018 03:47
ReporterSTiFU Assigned Tonbohr1more  
PrioritylowSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product VersionTDM 2.07 
Target VersionTDM 2.07Fixed in VersionTDM 2.07 
Summary0004918: Clicking "back" in the hud opacity adjustment menu takes you to the main menu instead of to the advanced video options
DescriptionThis is really a non-issue, but:
Clicking "back" in the hud opacity adjustment menu takes you to the main menu instead of to the advanced video options, which is what the users expects.
TagsNo tags attached.

Activities

nbohr1more

nbohr1more

19.12.2018 03:46

developer   ~0010965

2.07 beta rev 15463

mainmenu_settings_guisize.gui

set "gui::targetmode" MM_STATE_MAINMENU;

changed to:

set "gui::targetmode" MM_STATE_SETTINGS;

windowDef backButton
         {
            rect 0, 60, 140, MM_BUTTON_HEIGHT
            SETTINGS_TEXT
            text "#str_07202" // back
            GLOW_ON_ENTER
            NORMAL_ON_EXIT
            textalign 2
            onAction {
                set "gui::targetmode" MM_STATE_SETTINGS;
                resetTime "MainMenuModeSelect" 0;
            }
         }

Issue History

Date Modified Username Field Change
18.12.2018 21:58 STiFU New Issue
18.12.2018 22:12 STiFU Target Version => TDM 2.08
19.12.2018 03:46 nbohr1more Note Added: 0010965
19.12.2018 03:47 nbohr1more Assigned To => nbohr1more
19.12.2018 03:47 nbohr1more Status new => resolved
19.12.2018 03:47 nbohr1more Resolution open => fixed
19.12.2018 03:47 nbohr1more Fixed in Version => TDM 2.07
19.12.2018 03:47 nbohr1more Target Version TDM 2.08 => TDM 2.07