diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-11-13 12:31:01 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-11-13 16:11:07 +0100 |
commit | 886583645cf8d977f11f527691515c2a4d7c33e8 (patch) | |
tree | d8d978727cf4c24f675d7adfac1657cbdbc8e767 /include | |
parent | 4be2607af6c474ba2d879a3a84996de0bc1b73b7 (diff) |
Resolves: tdf#128758 scrollbars added during scrolledwindow layout
Change-Id: I1eee32278f6b46ff4f0447eb39543836c3d687f0
Reviewed-on: https://gerrit.libreoffice.org/82589
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/layout.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx index b339ef4d4869..57ca15260f05 100644 --- a/include/vcl/layout.hxx +++ b/include/vcl/layout.hxx @@ -513,6 +513,7 @@ public: //set to true to disable the built-in scrolling callbacks to allow the user //to override it void setUserManagedScrolling(bool bUserManagedScrolling) { m_bUserManagedScrolling = bUserManagedScrolling;} + void doSetAllocation(const Size &rAllocation, bool bRetryOnFailure); private: virtual Size calculateRequisition() const override; virtual void setAllocation(const Size &rAllocation) override; |