aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-08-21 19:59:29 +0200
committerSebastian Geerken <devnull@localhost>2013-08-21 19:59:29 +0200
commit144b084e232baa087efc4e8ec716f1258accd2f9 (patch)
treea7d6dba25ee22e16d6c7257de445f6a09473520a /dw/layout.cc
parent8bb2325a0e8b84f177270e3e470bb6c7748a8780 (diff)
Some tests.
Diffstat (limited to 'dw/layout.cc')
-rw-r--r--dw/layout.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/layout.cc b/dw/layout.cc
index 8495f2b9..9e667cff 100644
--- a/dw/layout.cc
+++ b/dw/layout.cc
@@ -218,6 +218,9 @@ Layout::Layout (Platform *platform)
platform->setLayout (this);
selectionState.setLayout(this);
+
+ queueResizeCounter = sizeAllocateCounter = sizeRequestCounter =
+ getExtremesCounter = 0;
}
Layout::~Layout ()