Skip to content

Commit

Permalink
Merge pull request #1243 from MarcSabatella/31536-staff-move-save
Browse files Browse the repository at this point in the history
fix #31536: save staff move property for chords
  • Loading branch information
lasconic committed Aug 30, 2014
2 parents bff486a + bf88820 commit c5194d7
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 c5194d7

Please sign in to comment.