mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
Maybe we're restoring too much.
This commit is contained in:
parent
eac6b4f983
commit
2c5d33839b
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,6 @@ PartitionBarsView::drawSection( QPainter* painter, const QRect& rect_, int x, in
|
|||
rect.adjust( 0, 0, -1, -1 );
|
||||
|
||||
|
||||
QGuiApplication::restoreOverrideCursor();
|
||||
if ( selectionMode() != QAbstractItemView::NoSelection && // no hover without selection
|
||||
m_hoveredIndex.isValid() &&
|
||||
index == m_hoveredIndex )
|
||||
|
@ -151,6 +150,7 @@ PartitionBarsView::drawSection( QPainter* painter, const QRect& rect_, int x, in
|
|||
else
|
||||
{
|
||||
painter->setBrush( color );
|
||||
QGuiApplication::restoreOverrideCursor();
|
||||
}
|
||||
|
||||
QColor borderColor = color.darker();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue