mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
GUI: Do not apply shadow on single dialog draw
This commit is contained in:
parent
655fea0de0
commit
7cd63b418a
@ -400,7 +400,9 @@ void GuiManager::redraw() {
|
||||
previousDialog->drawDialog(kDrawLayerForeground);
|
||||
}
|
||||
|
||||
_theme->applyScreenShading(shading);
|
||||
if (!_displayTopDialogOnly)
|
||||
_theme->applyScreenShading(shading);
|
||||
|
||||
_dialogStack.top()->drawDialog(kDrawLayerBackground);
|
||||
|
||||
_theme->drawToScreen();
|
||||
|
Loading…
x
Reference in New Issue
Block a user