mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Don't uncolor partition.
This commit is contained in:
parent
1aa8279cf8
commit
25a61d07a5
1 changed files with 3 additions and 0 deletions
|
@ -142,7 +142,10 @@ PartitionBarsView::drawSection( QPainter* painter, const QRect& rect_, int x, in
|
|||
if ( canBeSelected( index ) )
|
||||
painter->setBrush( color.lighter( 115 ) );
|
||||
else
|
||||
{
|
||||
painter->setBrush( color );
|
||||
setCursor( Qt::ForbiddenCursor );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue