diff --git a/sources/conductorproperties.cpp b/sources/conductorproperties.cpp index f2042d99f..2e5cfb462 100644 --- a/sources/conductorproperties.cpp +++ b/sources/conductorproperties.cpp @@ -313,7 +313,7 @@ int ConductorProperties::operator==(const ConductorProperties &other) { return( other.type == type &&\ other.color == color &&\ - other.color == style &&\ + other.style == style &&\ other.text == text &&\ other.singleLineProperties == singleLineProperties ); @@ -327,7 +327,7 @@ int ConductorProperties::operator!=(const ConductorProperties &other) { return( other.type != type ||\ other.color != color ||\ - other.color != style ||\ + other.style != style ||\ other.text != text ||\ other.singleLineProperties != singleLineProperties );