Opened 18 years ago

Closed 18 years ago

Last modified 5 years ago

#2632 closed defect (fixed)

GUI: Default graphics mode not committing

Reported by: SF/scummman Owned by: sev-
Priority: high Component: GUI
Version: Keywords:
Cc: Game:

Description

Once a graphics mode is selected, the user cannot switch back to <default>. While the option is still selectable in the menu, it does not commit.

Ticket imported from: #1496582. Ticket imported from: bugs/2632.

Change History (9)

comment:1 by SF/scummman, 18 years ago

Summary: Default graphics mode not committingGUI: Default graphics mode not committing

comment:2 by SF/scummman, 18 years ago

The same seems to be true for language selection.

comment:3 by sev-, 18 years ago

Raising priority. This is a release-critical bug.

comment:4 by sev-, 18 years ago

Priority: normalhigh

comment:5 by sev-, 18 years ago

Owner: set to sev-

comment:6 by wjp, 18 years ago

It looks like the

if ((int32)_gfxPopUp->getSelectedTag() >= 0) {

in OptionsDialog::close() needs an 'else' that deletes/resets the gfx_mode key.

comment:7 by sev-, 18 years ago

Resolution: fixed
Status: newclosed

comment:8 by sev-, 18 years ago

Yes, that was the reason. Flawed logic. Fixed in SVN.

comment:9 by digitall, 5 years ago

Component: GUI
Note: See TracTickets for help on using tickets.