Actions
Emulator Issues #4265
closedESC should close all dialogs
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
Yes
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
What steps will reproduce the problem?
- Open the general config, press ESC
- Open the video config, press ESC
What is the expected output? What do you see instead?
Both should be closed after pressing ESC (about all usual dialogs behave like that), but only the general config dialog closes. There's several other dialogs in Dolphin which do not get closed after pressing ESC which isn't exactly consistent behavior...
Updated by glennricster over 13 years ago
To fix this we just have to use wxID_OK instead of (or in addition to) using whatever id we are using to close the dialog.
Updated by glennricster over 13 years ago
- Status changed from New to Fixed
This issue was closed by revision r7365.
Actions