[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sfx2/source
László Németh
laszlo.nemeth at collabora.com
Thu Jun 18 10:20:20 PDT 2015
sfx2/source/control/thumbnailviewitem.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b33e7ccf4cd4f58d61188b9fa2ec1a37bdd92eaf
Author: László Németh <laszlo.nemeth at collabora.com>
Date: Thu Jun 18 12:09:21 2015 +0200
fix start center rendering (removing selection)
Change-Id: I3f09808e43d379f473360f3746302a5d65fb8b38
Reviewed-on: https://gerrit.libreoffice.org/16356
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/sfx2/source/control/thumbnailviewitem.cxx b/sfx2/source/control/thumbnailviewitem.cxx
index 7d4cbed..ee0e559 100644
--- a/sfx2/source/control/thumbnailviewitem.cxx
+++ b/sfx2/source/control/thumbnailviewitem.cxx
@@ -154,7 +154,7 @@ Rectangle ThumbnailViewItem::updateHighlight(bool bVisible, const Point& rPoint)
}
else
{
- if (isHighlighted())
+ if (isHighlighted() || mpTitleED->SupportsDoubleBuffering())
bNeedsPaint = true;
setHighlight(false);
}
More information about the Libreoffice-commits
mailing list