Changes between Initial Version and Version 1 of Ticket #7888, comment 7
- Timestamp:
- 2012-07-28T10:19:57+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7888, comment 7
initial v1 6 6 - introduced methods updateCommandWhileDragging, confirmOrUndoMovement, processVirtualNodeMovements to shorten long methods code 7 7 - replaced MouseEvent with Point in non-event-handler method parameters when possible - for future snapping and so on 8 - '''(most dangerous change)''' removed few calls to updateKeyModifiers(e) when it was already called from event handler methods to localize modificator detecting logic8 - '''(most dangerous change)''' removed few calls to updateKeyModifiers(e) when it was already called from event handler methods (to localize modificator detecting logic) 9 9 - applied fix by JB and stoecker from #5341 - introduce beginUpdate/endUpdate while dragging (movement, rotation, scaling) to get rid of multiple NodeChanged events 10 10


