[Libreoffice-commits] core.git: desktop/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 17 19:19:48 UTC 2019
desktop/source/deployment/gui/dp_gui_extlistbox.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit c1231117cad966f9484ffa05d449d75efd729b91
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Jul 17 15:40:22 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Jul 17 21:18:39 2019 +0200
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 at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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)
More information about the Libreoffice-commits
mailing list