Don't uncolor partition.
This commit is contained in:
parent
1aa8279cf8
commit
25a61d07a5
@ -142,7 +142,10 @@ PartitionBarsView::drawSection( QPainter* painter, const QRect& rect_, int x, in
|
|||||||
if ( canBeSelected( index ) )
|
if ( canBeSelected( index ) )
|
||||||
painter->setBrush( color.lighter( 115 ) );
|
painter->setBrush( color.lighter( 115 ) );
|
||||||
else
|
else
|
||||||
|
{
|
||||||
|
painter->setBrush( color );
|
||||||
setCursor( Qt::ForbiddenCursor );
|
setCursor( Qt::ForbiddenCursor );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user