summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-07-17 15:40:22 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-07-18 12:03:49 +0200
commit448a9e0d967290443dac439579f98311e3296218 (patch)
tree438f2cf47c00c02cbef8dc11d4a6603e6b9e73d2 /desktop
parentcrashtesting: assert on export of fdo63407-3.ods to xls (diff)
downloadcore-448a9e0d967290443dac439579f98311e3296218.tar.gz
core-448a9e0d967290443dac439579f98311e3296218.zip
Resolves: tdf#126304 resizing the extension manager breaks redraw
Change-Id: I1211c90a72048f868ec7ba7a7b6bed452ae8ac4b Reviewed-on: https://gerrit.libreoffice.org/75792 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/gui/dp_gui_extlistbox.cxx1
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 0a092956b416..dcc3872ab5cc 100644
--- a/desktop/source/deployment/gui/dp_gui_extlistbox.cxx
+++ b/desktop/source/deployment/gui/dp_gui_extlistbox.cxx
@@ -709,6 +709,7 @@ void ExtensionBox_Impl::SetupScrollBar()
void ExtensionBox_Impl::Resize()
{
RecalcAll();
+ Invalidate();
}
void ExtensionBox_Impl::SetDrawingArea(weld::DrawingArea* pDrawingArea)