Opened 7 days ago

Last modified 5 days ago

#15223 new patch

NANCY: Highlight Done button in Game Setup

Reported by: scummvmuser Owned by:
Priority: low Component: Engine: Nancy
Version: Keywords:
Cc: Game:

Description (last modified by scummvmuser)

(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() {  
    179179        _scrollbars[2]->setPosition(ConfMan.getInt("sfx_volume") / 255.0);
    180180
    181181        _exitButton = new UI::Button(5, _background._drawSurface,
    182                 _setupData->_buttonDownSrcs.back(), _setupData->_buttonDests.back());
     182                _setupData->_buttonDownSrcs.back(), _setupData->_buttonDests.back(),
     183                _setupData->_doneButtonHighlightSrc);
    183184        _exitButton->init();
    184185        _exitButton->setVisible(false);

Attachments (1)

0001-NANCY-Highlight-Done-button-in-Settings.patch (622 bytes ) - added by scummvmuser 7 days ago.

Download all attachments as: .zip

Change History (3)

comment:1 by scummvmuser, 7 days ago

Description: modified (diff)
Summary: NANCY: Highlight Done button in SettingsNANCY: Highlight Done button in Game Setup

comment:2 by scummvmuser, 5 days ago

Note: See TracTickets for help on using tickets.