diff --git a/core/annotations.cpp b/core/annotations.cpp index 49fef99ec..9d56bbbff 100644 --- a/core/annotations.cpp +++ b/core/annotations.cpp @@ -265,7 +265,7 @@ void Annotation::store( QDomNode & annNode, QDomDocument & document ) const // store -other- attributes if ( flags ) e.setAttribute( "flags", flags ); - if ( style.color.isValid() && style.color != Qt::black ) + if ( style.color.isValid() ) e.setAttribute( "color", style.color.name() ); if ( style.opacity != 1.0 ) e.setAttribute( "opacity", style.opacity );