diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-09 14:43:09 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-09 14:58:45 +0100 |
commit | b39a6449d5debc7cdf55c3f967b441f3de4d50f3 (patch) | |
tree | b93c9837472f595698ec93d29dc6078fd7ab544c /svx | |
parent | 2355a3458598f62c78301d503fdab24010c58f09 (diff) |
Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache size
but the PanelLayout didn't
Change-Id: I38a8975f1488fa2a2ffe91b66745e1a1c6c48a28
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/PanelLayout.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/sidebar/PanelLayout.cxx b/svx/source/sidebar/PanelLayout.cxx index 21fcc2d401c3..829fd3b8afad 100644 --- a/svx/source/sidebar/PanelLayout.cxx +++ b/svx/source/sidebar/PanelLayout.cxx @@ -51,6 +51,7 @@ void PanelLayout::queue_resize(StateChangedType /*eReason*/) return; if (!isLayoutEnabled(this)) return; + InvalidateSizeCache(); m_aPanelLayoutIdle.Start(); } |