diff options
Diffstat (limited to 'gui/newgui.cpp')
-rw-r--r-- | gui/newgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp index 1c90c70f4b..b2e9cf43b0 100644 --- a/gui/newgui.cpp +++ b/gui/newgui.cpp @@ -205,7 +205,7 @@ void NewGui::redraw() { _theme->updateScreen(); case kRedrawOpenDialog: - _theme->openDialog(true); + _theme->openDialog(true, GUI::Theme::kShadingDim); _dialogStack.top()->drawDialog(); _theme->finishBuffering(); break; |