Skip to content

Commit

Permalink
Merge pull request #1199 from andreituicu/fix_symbols
Browse files Browse the repository at this point in the history
Remove symbols from status bar text and screen-reader info.
  • Loading branch information
lasconic committed Aug 22, 2014
2 parents f2ea47b + ac21648 commit 7ccbeb1
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 7ccbeb1

Please sign in to comment.