File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -404,12 +404,12 @@ bool SpannerSegment::isPropertyLinkedToMaster(Pid id) const
404
404
405
405
bool SpannerSegment::isUserModified () const
406
406
{
407
- bool modified = !autoplace () || visible ()
407
+ bool modified = !autoplace () || ! visible ()
408
408
|| (propertyFlags (Pid::MIN_DISTANCE) == PropertyFlags::UNSTYLED
409
409
|| getProperty (Pid::MIN_DISTANCE) != propertyDefault (Pid::MIN_DISTANCE))
410
410
|| (!isStyled (Pid::OFFSET) && (!offset ().isNull () || !userOff2 ().isNull ()));
411
411
412
- return modified || EngravingItem::isUserModified () ;
412
+ return modified;
413
413
}
414
414
415
415
// ---------------------------------------------------------
@@ -1453,7 +1453,7 @@ bool Spanner::isUserModified() const
1453
1453
}
1454
1454
}
1455
1455
1456
- return EngravingItem::isUserModified () ;
1456
+ return false ;
1457
1457
}
1458
1458
1459
1459
// ---------------------------------------------------------
You can’t perform that action at this time.
0 commit comments