View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004918 | The Dark Mod | GUI | public | 18.12.2018 21:58 | 19.12.2018 03:47 |
Reporter | STiFU | Assigned To | nbohr1more | ||
Priority | low | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | TDM 2.07 | ||||
Target Version | TDM 2.07 | Fixed in Version | TDM 2.07 | ||
Summary | 0004918: Clicking "back" in the hud opacity adjustment menu takes you to the main menu instead of to the advanced video options | ||||
Description | This 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. | ||||
Tags | No tags attached. | ||||
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; } } |
|
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 |