diff options
Diffstat (limited to 'dw/layout.cc')
-rw-r--r-- | dw/layout.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/layout.cc b/dw/layout.cc index ed6f55db..33c3e75d 100644 --- a/dw/layout.cc +++ b/dw/layout.cc @@ -1329,6 +1329,7 @@ void Layout::viewportSizeChanged (View *view, int width, int height) canvasHeightGreater = false; // reset value here viewportWidth = width; viewportHeight = height; + resizeCounter = 0; containerSizeChanged (); DBG_OBJ_SET_SYM ("canvasHeightGreater", |