lenmus / lomse

A C++ library for rendering, editing and playing back music scores.
MIT License
117 stars 28 forks source link

Fix bug in undo/redo #375

Closed cecilios closed 1 year ago

cecilios commented 1 year ago

Undo/redo operations did not mark the document as dirty. As a result, the graphical model was not updated and, apart from being incorrect, this caused crashes on some occasions. This PR fixes this bug.