Skip to content

Commit

Permalink
partial fix for #22996
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed May 15, 2014
1 parent 96f1321 commit 483ae20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/instrdialog.cpp
Expand Up @@ -192,7 +192,7 @@ void StaffListItem::staffTypeChanged(int idx)
ClefType clefType;
switch (stfType->group()) {
case STANDARD_STAFF_GROUP:
clefType = ClefType::G2;
clefType = ClefType::G3;
break;
case TAB_STAFF_GROUP:
clefType = ClefType::TAB2;
Expand Down

0 comments on commit 483ae20

Please sign in to comment.