diff options
-rw-r--r-- | dw/style.cc | 2 |
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; |