We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbe2da commit 1b99780Copy full SHA for 1b99780
src/gui/qgscolorswatchgrid.cpp
100644
100755
@@ -308,7 +308,7 @@ void QgsColorSwatchGrid::draw( QPainter &painter )
308
{
309
painter.setPen( highlight );
310
}
311
- else if (( *colorIt ).first == mBaseColor )
+ else if (( *colorIt ).first.name() == mBaseColor.name() )
312
313
//currently active color
314
painter.setPen( QColor( 75, 75, 75 ) );
0 commit comments