diff --git a/src/plugins/coreplugin/welcomepagehelper.cpp b/src/plugins/coreplugin/welcomepagehelper.cpp index b78886c04a6..0fb8e0fa3c3 100644 --- a/src/plugins/coreplugin/welcomepagehelper.cpp +++ b/src/plugins/coreplugin/welcomepagehelper.cpp @@ -416,7 +416,7 @@ void ListItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem &opti offset = animationCurve.valueForProgress(animationProgress) * shiftY; if (offset < shiftY) QTimer::singleShot(10, this, &ListItemDelegate::goon); - } else { + } else if (index == m_previousIndex) { m_previousIndex = QModelIndex(); }