Skip to content

Commit

Permalink
fix #31536: save staff mvoe property for chords
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSabatella committed Aug 30, 2014
1 parent bff486a commit bf88820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/chord.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2451,7 +2451,7 @@ QVariant Chord::propertyDefault(P_ID propertyId) const
case P_ID::SMALL: return false;
case P_ID::STEM_DIRECTION: return int(MScore::Direction::AUTO);
default:
return ChordRest::getProperty(propertyId);
return ChordRest::propertyDefault(propertyId);
}
}

Expand Down

0 comments on commit bf88820

Please sign in to comment.