Kaydet (Commit) 63a3d1a5 authored tarafından László Németh's avatar László Németh

fix start center rendering (removing selection)

Change-Id: I3f09808e43d379f473360f3746302a5d65fb8b38
üst b461e318
......@@ -154,7 +154,7 @@ Rectangle ThumbnailViewItem::updateHighlight(bool bVisible, const Point& rPoint)
}
else
{
if (isHighlighted())
if (isHighlighted() || mpTitleED->SupportsDoubleBuffering())
bNeedsPaint = true;
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