summaryrefslogtreecommitdiff
path: root/include/vcl/InterimItemWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/InterimItemWindow.hxx')
-rw-r--r--include/vcl/InterimItemWindow.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/InterimItemWindow.hxx b/include/vcl/InterimItemWindow.hxx
index d6b47d33cade..08860c50244a 100644
--- a/include/vcl/InterimItemWindow.hxx
+++ b/include/vcl/InterimItemWindow.hxx
@@ -22,6 +22,9 @@ public:
virtual void Resize() override;
virtual Size GetOptimalSize() const override;
+ // throw away cached size request of child so GetOptimalSize will
+ // fetch it anew
+ void InvalidateChildSizeCache();
virtual void StateChanged(StateChangedType nStateChange) override;
virtual void queue_resize(StateChangedType eReason = StateChangedType::Layout) override;
virtual void GetFocus() override;