diff --git a/backends/barcode/Style.cpp b/backends/barcode/Style.cpp index 8ac68a7..2e453dd 100644 --- a/backends/barcode/Style.cpp +++ b/backends/barcode/Style.cpp @@ -218,7 +218,7 @@ namespace glabels /// bool Style::operator!=( const Style& other ) const { - return mId != other.mId; + return (mBackendId != other.mBackendId) || (mId != other.mId); } } // namespace barcode