sensible default for tempo text
This commit is contained in:
parent
6de066c5a0
commit
04f6cea64a
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ bool TempoText::setProperty(P_ID propertyId, const QVariant& v)
|
|||
QVariant TempoText::propertyDefault(P_ID id) const
|
||||
{
|
||||
switch(id) {
|
||||
case P_TEMPO: return 2.0;
|
||||
case P_TEMPO: return 120;
|
||||
case P_TEMPO_FOLLOW_TEXT: return false;
|
||||
case P_PLACEMENT: return ABOVE;
|
||||
default: return Text::propertyDefault(id);
|
||||
|
|
Loading…
Reference in a new issue