aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeRenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ThemeRenderer.h')
-rw-r--r--gui/ThemeRenderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeRenderer.h b/gui/ThemeRenderer.h
index 5ed5818f73..1c328430e7 100644
--- a/gui/ThemeRenderer.h
+++ b/gui/ThemeRenderer.h
@@ -94,7 +94,7 @@ protected:
friend class GUI::GuiObject;
/** Constant value to expand dirty rectangles, to make sure they are fully copied */
- static const int kDirtyRectangleThreshold = 2;
+ static const int kDirtyRectangleThreshold = 0;
/** Sets whether backcaching is enabled */
static const bool kEnableBackCaching = true;