diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-19 11:33:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-19 11:51:18 +0100 |
commit | 5652d862bb32940f9bca338a2143916f70a6f036 (patch) | |
tree | 996bb5a96192e2cb165d686382c59c487ccd89db /vcl | |
parent | 11b8aaf293daac9f91fe142637788445d5f80419 (diff) |
add a callback mechanism for post-expansion mode change
Change-Id: I9219706bcc54c846b846550d88fef1e29f7cb63a
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/layout.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx index 0b8dbfaae4a7..ba62a226560c 100644 --- a/vcl/source/window/layout.cxx +++ b/vcl/source/window/layout.cxx @@ -1501,6 +1501,7 @@ IMPL_LINK( VclExpander, ClickHdl, DisclosureButton*, pBtn ) if (pResizeDialog) pResizeDialog->setOptimalLayoutSize(); } + maExpandedHdl.Call(this); return 0; } |