Kaydet (Commit) f9b83b18 authored tarafından László Németh's avatar László Németh Kaydeden (comit) Andras Timar

fix start center rendering (removing selection)

Change-Id: I3f09808e43d379f473360f3746302a5d65fb8b38
Reviewed-on: https://gerrit.libreoffice.org/16356Reviewed-by: 's avatarJan Holesovsky <kendy@collabora.com>
Tested-by: 's avatarJan Holesovsky <kendy@collabora.com>
üst c66af8e7
...@@ -154,7 +154,7 @@ Rectangle ThumbnailViewItem::updateHighlight(bool bVisible, const Point& rPoint) ...@@ -154,7 +154,7 @@ Rectangle ThumbnailViewItem::updateHighlight(bool bVisible, const Point& rPoint)
} }
else else
{ {
if (isHighlighted()) if (isHighlighted() || mpTitleED->SupportsDoubleBuffering())
bNeedsPaint = true; bNeedsPaint = true;
setHighlight(false); setHighlight(false);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment