Skip to content

Commit

Permalink
fix #306633: Always update status bar text
Browse files Browse the repository at this point in the history
Fixes regression caused by commit 3960396 in PR musescore#6173.
  • Loading branch information
shoogle committed Jun 12, 2020
1 parent a3e23d6 commit a8ffe28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mscore/scoreaccessibility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,7 @@ void ScoreAccessibility::updateAccessibilityInfo()
if (!w)
return;

if (w->score()->accessibleMessage().isEmpty())
currentInfoChanged();
currentInfoChanged();

// Try to send message to the screen reader. Note that NVDA will
// ignore the message if it is the same as the previous message.
Expand Down

0 comments on commit a8ffe28

Please sign in to comment.