bug - changing score properties via plugin doesn't mark score "dirty"
Changing score properties should mark score dirty.
If You change it by plugin, it is not marked dirty.
onRun: { curScore.setMetaTag("arranger", "myself") Qt.quit() } }
Changing score properties should mark score dirty.
If You change it by plugin, it is not marked dirty.
onRun: { curScore.setMetaTag("arranger", "myself") Qt.quit() } }
Do you still have an unanswered question? Please log in first to post your question.
Comments
Try wrapping it in startCmd() endCmd() calls to trigger the undo stack (not entirely sure whether this'll work for metadata changes)
In reply to Try wrapping it in startCmd(… by jeetee
Thanks, but no, it doesn't work for metadata.
See #327924: changing score properties via plugin doesn't mark score "dirty"