diff options
Diffstat (limited to 'vcl/source/control')
-rw-r--r-- | vcl/source/control/InterimItemWindow.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/control/InterimItemWindow.cxx b/vcl/source/control/InterimItemWindow.cxx index 132560247c74..3ed1107bea87 100644 --- a/vcl/source/control/InterimItemWindow.cxx +++ b/vcl/source/control/InterimItemWindow.cxx @@ -73,6 +73,7 @@ IMPL_LINK_NOARG(InterimItemWindow, DoLayout, Timer*, void) { Layout(); } void InterimItemWindow::Layout() { + m_aLayoutIdle.Stop(); vcl::Window* pChild = GetWindow(GetWindowType::FirstChild); assert(pChild); VclContainer::setLayoutAllocation(*pChild, Point(0, 0), GetSizePixel()); |