Opened 11 days ago

Last modified 2 days ago

#15223 closed patch

NANCY: Highlight Done button in Settings — at Initial Version

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

Description

(Attached patch; fancy view included)

Highlight the "Done" button in Settings 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);

Change History (1)

Note: See TracTickets for help on using tickets.