mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Restore the cursor.
This commit is contained in:
parent
adbf0c7276
commit
9757de0d2c
1 changed files with 2 additions and 0 deletions
|
@ -473,6 +473,8 @@ PartitionBarsView::mouseMoveEvent( QMouseEvent* event )
|
|||
m_hoveredIndex = candidateIndex;
|
||||
if ( !canBeSelected( candidateIndex ) )
|
||||
QGuiApplication::setOverrideCursor( Qt::ForbiddenCursor );
|
||||
else
|
||||
QGuiApplication::restoreOverrideCursor();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue