mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
Fix changing the scaler while GUI scaling and the console are active
svn-id: r16499
This commit is contained in:
parent
dd9335b232
commit
6563990ad2
@ -186,6 +186,7 @@ void ConsoleDialog::handleTickle() {
|
||||
} else if (_slideMode == kUpSlideMode && _y <= -_h) {
|
||||
// End the slide
|
||||
_slideMode = kNoSlideMode;
|
||||
g_gui.enableScaling(true);
|
||||
close();
|
||||
} else
|
||||
draw();
|
||||
|
@ -235,7 +235,6 @@ void NewGui::saveState() {
|
||||
_lastClick.count = 0;
|
||||
|
||||
_stateIsSaved = true;
|
||||
_scaleEnable = true;
|
||||
}
|
||||
|
||||
void NewGui::restoreState() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user