juzzlin / Heimer

Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.
GNU General Public License v3.0
889 stars 112 forks source link

Improve how the undo stack works on redo #163

Open juzzlin opened 3 years ago

juzzlin commented 3 years ago

If one creates some nodes, then undo them, redo them and again undo and redo - the individual steps are lost. Maybe this could be improved..?

Undo and redo could just move the stack pointer unless a real modification has been done.