diff options
Diffstat (limited to 'gui/ThemeModern.cpp')
-rw-r--r-- | gui/ThemeModern.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeModern.cpp b/gui/ThemeModern.cpp index 177171b40c..45a454e00e 100644 --- a/gui/ThemeModern.cpp +++ b/gui/ThemeModern.cpp @@ -189,7 +189,7 @@ void ThemeModern::disable() { _enabled = false; } -void ThemeModern::openDialog(bool topDialog) { +void ThemeModern::openDialog(bool topDialog, ShadingStyle shading) { if (!_dialog) { _dialog = new DialogState; assert(_dialog); |