Skip to content

Commit b60f42c

Browse files
authoredSep 30, 2018
No notify signal, no reason for a safety check
1 parent fe5ed43 commit b60f42c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/gui/qgsrubberband.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ void QgsRubberBand::setColor( const QColor &color )
5151

5252
void QgsRubberBand::setFillColor( const QColor &color )
5353
{
54-
if ( mBrush.color() == color )
55-
return;
56-
5754
mBrush.setColor( color );
5855
}
5956

0 commit comments

Comments
 (0)
Please sign in to comment.