[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - desktop/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 18 10:05:02 UTC 2019
desktop/source/deployment/gui/dp_gui_extlistbox.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 448a9e0d967290443dac439579f98311e3296218
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Jul 17 15:40:22 2019 +0100
Commit: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Thu Jul 18 12:03:49 2019 +0200
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 at googlemail.com>
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)
More information about the Libreoffice-commits
mailing list