aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-11-27 11:32:23 +0100
committerSebastian Geerken <devnull@localhost>2013-11-27 11:32:23 +0100
commit83fce79180de7985ef99e727167c075fcbac29f5 (patch)
treebaac6a96aa4d07be56dece042da16b85a6a59cec
parent4028cb569e6b12b9c697fdc0a4fb9723e4d3a51a (diff)
Background images are drawn instantly.
-rw-r--r--dw/style.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/style.cc b/dw/style.cc
index 685c3980..de9820eb 100644
--- a/dw/style.cc
+++ b/dw/style.cc
@@ -34,7 +34,7 @@ namespace dw {
namespace core {
namespace style {
-const bool drawBackgroundLineByLine = true;
+const bool drawBackgroundLineByLine = false;
const int MIN_BG_IMG_W = 10;
const int MIN_BG_IMG_H = 10;