diff options
Diffstat (limited to 'gui/ThemeEngine.h')
-rw-r--r-- | gui/ThemeEngine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h index e852760e44..2a3964a8ff 100644 --- a/gui/ThemeEngine.h +++ b/gui/ThemeEngine.h @@ -280,7 +280,7 @@ public: * It processes all the drawing queues and then copies dirty rects * in the current Screen surface to the overlay. */ - void updateScreen(); + void updateScreen(bool render = true); /** @name FONT MANAGEMENT METHODS */ |