hydrogen-music / hydrogen

The advanced drum machine for Linux, macOS, and Windows
http://www.hydrogen-music.org
GNU General Public License v2.0
1.07k stars 172 forks source link

NotePropertiesRuler: avoid superfluous undo #2067

Closed theGreatWhiteShark closed 1 week ago

theGreatWhiteShark commented 1 week ago

clicking a single column to edit the properties of a single note caused two undo/redo actions being queued: one during drag update and one during drag end. The former is now only triggered in case the column did change. This way all property edits can be redone in a single undo