fix #276139: Using Inspector after leaving edit mode causes crash.

This commit is contained in:
Matt McClinch 2018-09-15 09:38:25 -04:00
parent cb366c4144
commit 728bf35ac4

View file

@ -399,7 +399,8 @@ void InspectorBase::valueChanged(int idx, bool reset)
recursion = false;
ScoreView* cv = mscore->currentScoreView();
cv->updateGrips();
if (cv->editMode())
cv->updateGrips();
}
//---------------------------------------------------------