diff --git a/desktopchangeosd.cpp b/desktopchangeosd.cpp index 334bc9dc84..54b45b66f2 100644 --- a/desktopchangeosd.cpp +++ b/desktopchangeosd.cpp @@ -600,7 +600,7 @@ void DesktopChangeItem::paint( QPainter* painter, const QStyleOptionGraphicsItem { if( !m_arrowAnimation.isNull() && m_arrowAnimation.data()->state() == QAbstractAnimation::Running && - !qFuzzyCompare(m_arrowValue, 1.0) ) + !qFuzzyCompare(m_arrowValue, qreal(1.0)) ) { QPixmap temp( icon.size() ); temp.fill( Qt::transparent );