diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-31 11:02:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-31 11:30:49 +0000 |
commit | 0867207f2934ba20ab2636d38ec64a01a5a2a8d7 (patch) | |
tree | de146ae13c790f2c8c8a6015071d830c48f37de2 /vcl/inc | |
parent | b0f4052cf2f4924251a835470c78aa85f8da93f1 (diff) |
tell the options dialog to relayout if a pane queue-resizes
Change-Id: I44686ea724873181018bf00253a08afa58c9a10b
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/dialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/vcl/dialog.hxx b/vcl/inc/vcl/dialog.hxx index 7f16d07dd033..7fc2a4d75ae7 100644 --- a/vcl/inc/vcl/dialog.hxx +++ b/vcl/inc/vcl/dialog.hxx @@ -95,7 +95,7 @@ public: virtual void Resize(); bool isLayoutEnabled() const; void setInitialLayoutSize(); - void queue_layout(); + virtual void queue_layout(); virtual bool set_property(const rtl::OString &rKey, const rtl::OString &rValue); VclButtonBox* get_action_area(); VclBox* get_content_area(); |