mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Fix comparison
This commit is contained in:
parent
a6a18a93bc
commit
f7e1550a6d
@ -62,7 +62,7 @@ QgsTextBackgroundSettings::~QgsTextBackgroundSettings() //NOLINT
|
||||
|
||||
bool QgsTextBackgroundSettings::operator==( const QgsTextBackgroundSettings &other ) const
|
||||
{
|
||||
if ( !d->enabled == other.enabled()
|
||||
if ( d->enabled != other.enabled()
|
||||
|| d->type != other.type()
|
||||
|| d->svgFile != other.svgFile()
|
||||
|| d->sizeType != other.sizeType()
|
||||
|
Loading…
x
Reference in New Issue
Block a user