1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-12 06:37:52 +02:00
v.audacity 2df6400213 TrackPanel::ExtendSelection() was repeatedly calling MakeParentModifyState() during dragging, causing tracks on the undo stack to be repeatedly deleted and copied, and AutoSave() repeatedly called.
Only TrackPanel::SelectionHandleClick() and TrackPanel::SelectionHandleDrag() called ExtendSelection(). I made ExtendSelection() not call ModifyState() and moved it into SelectionHandleClick. 

When dragging completes, the (event.LeftUp() || event.RightUp()) clause in TrackPanel::HandleSelect() calls AudacityProject::ModifyState().
2010-08-29 22:51:43 +00:00
..
2010-08-03 01:46:37 +00:00
2010-07-30 03:04:37 +00:00
2010-08-20 03:19:14 +00:00
2010-07-29 03:54:54 +00:00
2010-04-01 22:26:10 +00:00
2010-08-24 02:18:56 +00:00
2010-07-17 00:11:57 +00:00
2010-07-17 00:11:57 +00:00
2010-08-01 00:04:23 +00:00
2010-08-01 00:04:23 +00:00
2010-08-24 02:52:01 +00:00
2010-07-16 05:41:22 +00:00
2010-08-25 23:24:02 +00:00
2010-08-17 23:14:21 +00:00
2010-04-04 08:19:53 +00:00
2010-08-25 23:24:02 +00:00
2010-07-23 23:29:50 +00:00
2010-08-24 02:52:01 +00:00
2010-04-04 08:19:53 +00:00
2010-08-25 23:24:02 +00:00
2010-08-25 22:34:17 +00:00