Skip to content

Commit

Permalink
remove symbols from status bar text and screen-reader info.
Browse files Browse the repository at this point in the history
	modified:   libmscore/text.cpp
  • Loading branch information
andreituicu committed Aug 22, 2014
1 parent c0e3412 commit ac21648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/text.cpp
Expand Up @@ -2558,7 +2558,7 @@ QString Text::accessibleInfo()
rez = Element::accessibleInfo();
break;
}
return QString("%1: %2").arg(rez).arg(plainText());
return QString("%1: %2").arg(rez).arg(plainText(true));
}
}

0 comments on commit ac21648

Please sign in to comment.