Skip to content

Commit

Permalink
Followup 8a0e1ef
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 7, 2014
1 parent 2dbe2da commit 1b99780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgscolorswatchgrid.cpp 100644 → 100755
Expand Up @@ -308,7 +308,7 @@ void QgsColorSwatchGrid::draw( QPainter &painter )
{
painter.setPen( highlight );
}
else if (( *colorIt ).first == mBaseColor )
else if (( *colorIt ).first.name() == mBaseColor.name() )
{
//currently active color
painter.setPen( QColor( 75, 75, 75 ) );
Expand Down

0 comments on commit 1b99780

Please sign in to comment.