Opened 21 months ago
Closed 21 months ago
#15223 closed patch (fixed)
NANCY: Highlight Done button in Game Setup
| Reported by: | scummvmuser | Owned by: | scummvmuser |
|---|---|---|---|
| Priority: | low | Component: | Engine: Nancy |
| Version: | Keywords: | ||
| Cc: | Game: |
Description (last modified by )
(Attached patch; fancy view included)
Highlight the "Done" button in Game Setup like buttons in Main Menu.
-
engines/nancy/state/setupmenu.cpp
diff --git a/engines/nancy/state/setupmenu.cpp b/engines/nancy/state/setupmenu.cpp index 60965fd4503..f62464c35e3 100644
a b void SetupMenu::init() { 179 179 _scrollbars[2]->setPosition(ConfMan.getInt("sfx_volume") / 255.0); 180 180 181 181 _exitButton = new UI::Button(5, _background._drawSurface, 182 _setupData->_buttonDownSrcs.back(), _setupData->_buttonDests.back()); 182 _setupData->_buttonDownSrcs.back(), _setupData->_buttonDests.back(), 183 _setupData->_doneButtonHighlightSrc); 183 184 _exitButton->init(); 184 185 _exitButton->setVisible(false);
Attachments (1)
Change History (4)
by , 21 months ago
| Attachment: | 0001-NANCY-Highlight-Done-button-in-Settings.patch added |
|---|
comment:1 by , 21 months ago
| Description: | modified (diff) |
|---|---|
| Summary: | NANCY: Highlight Done button in Settings → NANCY: Highlight Done button in Game Setup |
comment:2 by , 21 months ago
comment:3 by , 21 months ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

PR 5871