This prevents temporary selection rectangle issues when zooming
the icon sizes.
BUG: 287542
FIXED-IN: 4.8.0
{
const_cast<KFileItemListWidget*>(this)->triggerCacheRefreshing();
{
const_cast<KFileItemListWidget*>(this)->triggerCacheRefreshing();
- QRectF bounds = m_hoverPixmapRect;
+ QRectF bounds(m_pixmapPos, m_scaledPixmapSize);
const qreal margin = styleOption().margin;
bounds.adjust(-margin, -margin, margin, margin);
return bounds;
const qreal margin = styleOption().margin;
bounds.adjust(-margin, -margin, margin, margin);
return bounds;