diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-07-17 15:40:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-07-17 21:18:39 +0200 |
commit | c1231117cad966f9484ffa05d449d75efd729b91 (patch) | |
tree | 12c6df170ed0ef8286058ced75a2dc0f47c30d28 /desktop/source | |
parent | aab10bb21f230a0d0d6acf59ccab50dd3c2c3d0a (diff) |
Resolves: tdf#126304 resizing the extension manager breaks redraw
Change-Id: I1211c90a72048f868ec7ba7a7b6bed452ae8ac4b
Reviewed-on: https://gerrit.libreoffice.org/75791
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_extlistbox.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_extlistbox.cxx b/desktop/source/deployment/gui/dp_gui_extlistbox.cxx index fc8a4809c93a..6a7c87a6d3d0 100644 --- a/desktop/source/deployment/gui/dp_gui_extlistbox.cxx +++ b/desktop/source/deployment/gui/dp_gui_extlistbox.cxx @@ -702,6 +702,7 @@ void ExtensionBox_Impl::SetupScrollBar() void ExtensionBox_Impl::Resize() { RecalcAll(); + Invalidate(); } void ExtensionBox_Impl::SetDrawingArea(weld::DrawingArea* pDrawingArea) |