r689: Fixed that changes made by dragging a control would often store each
commitb82d5b75328d55ec8ab0e55291fee4461221ca97
authorJohannes Sixt <johannes.sixt@telecom.at>
Sat, 12 Nov 2005 22:23:20 +0000 (12 22:23 +0000)
committerJohannes Sixt <johannes.sixt@telecom.at>
Sat, 12 Nov 2005 22:23:20 +0000 (12 22:23 +0000)
treeaf1add894996331c1f308d5120b6cf520bb79948
parente2ee1452fe5ec3aa43f08c46ffe1a8700829780b
r689: Fixed that changes made by dragging a control would often store each
pixel motion as an undoable action. The problem was that the undo stack
implementation did not check whether successive pushes were triggered by
the same 'creator', a feature that has been introduced in upstream 2.0,
but was not merged.
cinelerra/mainundo.C
cinelerra/mainundo.h
cinelerra/undostackitem.C
cinelerra/undostackitem.h