mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
No notify signal, no reason for a safety check
This commit is contained in:
parent
fe5ed43f26
commit
b60f42c8fe
@ -51,9 +51,6 @@ void QgsRubberBand::setColor( const QColor &color )
|
||||
|
||||
void QgsRubberBand::setFillColor( const QColor &color )
|
||||
{
|
||||
if ( mBrush.color() == color )
|
||||
return;
|
||||
|
||||
mBrush.setColor( color );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user