- take a fresh matrix, about 20x20
- make a 3D plot from it
- select the whole matrix and apply some formula to it (fast)
- hit undo (slow)
- hit redo (slow)
Possibly some part of the UI blocks update signals during creation of the undo command. This should of course happen within Matrix::Private::setFormula() instead.
Still present
Finally fixed here