summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-30 10:13:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:42 +0100
commitcfb83a9aa55d84ee2b47612192e401a62743267b (patch)
treec94c3737068f65ef2634282173f259dc4fceeab7 /vcl
parenteb0a623d058a7d9d09c3b663a425930e1531be56 (diff)
call queue_layout from queue_resize
Change-Id: I7f28c844bfbf739337937970355dbd4a8d39fe81
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/window2.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx
index 9ceed891a7d0..2e58ac0b980b 100644
--- a/vcl/source/window/window2.cxx
+++ b/vcl/source/window/window2.cxx
@@ -1781,8 +1781,7 @@ void Window::queue_resize()
if (!pDialog || pDialog == this)
return;
- if (pDialog->isLayoutEnabled())
- pDialog->Resize();
+ pDialog->queue_layout();
}
//We deliberately do not overwrite our maHelpId here