No notify signal, no reason for a safety check

This commit is contained in:
Matthias Kuhn 2018-09-30 12:12:20 +02:00 committed by GitHub
parent fe5ed43f26
commit b60f42c8fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,9 +51,6 @@ void QgsRubberBand::setColor( const QColor &color )
void QgsRubberBand::setFillColor( const QColor &color )
{
if ( mBrush.color() == color )
return;
mBrush.setColor( color );
}