identical logical conditions in mscore/scoreview.cpp, lines 1740 and 1811

• Oct 12, 2017 - 18:22
Reported version
3.0
Type
Functional
Severity
3
Status
closed
Project

\mscore\scoreview.cpp line 1811 + 1740

else if (cmd == "play")


Comments

this issue applies to master only, and the proposed fix does need a review, as prior to it the 2nd condition got ignored, it previously was the only condition, so the added one (which does different things than the 2nd) might have been a mistake, but now they are integrated.