diff --git a/src/modules/partition/gui/PartitionLabelsView.cpp b/src/modules/partition/gui/PartitionLabelsView.cpp index e09975003..a57bbb894 100644 --- a/src/modules/partition/gui/PartitionLabelsView.cpp +++ b/src/modules/partition/gui/PartitionLabelsView.cpp @@ -527,10 +527,7 @@ PartitionLabelsView::mouseMoveEvent( QMouseEvent* event ) else m_hoveredIndex = QModelIndex(); - if ( oldHoveredIndex != m_hoveredIndex ) - { - viewport()->repaint(); - } + viewport()->repaint(); }