aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/layout.cc')
-rw-r--r--dw/layout.cc4
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 ()