Skip to content

Commit

Permalink
No notify signal, no reason for a safety check
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Sep 30, 2018
1 parent fe5ed43 commit b60f42c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gui/qgsrubberband.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ void QgsRubberBand::setColor( const QColor &color )

void QgsRubberBand::setFillColor( const QColor &color )
{
if ( mBrush.color() == color )
return;

mBrush.setColor( color );
}

Expand Down

0 comments on commit b60f42c

Please sign in to comment.