diff options
author | Sebastian Geerken <devnull@localhost> | 2013-08-22 21:48:24 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-08-22 21:48:24 +0200 |
commit | 0557624de7bdc626f89a03c3b6939e5a06f7d023 (patch) | |
tree | 8463e7a5da4a5603ab2fb1083e4234a8fc59d8eb /dw/layout.cc | |
parent | 18f250c8b0a2918224118d068cebc844e75a1f52 (diff) |
More tests.
Diffstat (limited to 'dw/layout.cc')
-rw-r--r-- | dw/layout.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/layout.cc b/dw/layout.cc index c26ae57b..9e705055 100644 --- a/dw/layout.cc +++ b/dw/layout.cc @@ -661,6 +661,8 @@ void Layout::setBgColor (style::Color *color) void Layout::resizeIdle () { + enterQueueResize (); + //static int calls = 0; //printf ("Layout::resizeIdle calls = %d\n", ++calls); @@ -747,6 +749,8 @@ void Layout::resizeIdle () updateAnchor (); //printf ("Layout::resizeIdle end\n"); + + leaveQueueResize (); } void Layout::setSizeHints () |