mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20:06 +02:00
Bug1659: make selection change from pick on label box undo correctly
This commit is contained in:
parent
3e38f761f5
commit
07b53b4e83
@ -6583,6 +6583,11 @@ bool TrackPanel::HandleLabelTrackClick(LabelTrack * lTrack, const wxRect &rect,
|
|||||||
SetCapturedTrack(lTrack, IsSelectingLabelText);
|
SetCapturedTrack(lTrack, IsSelectingLabelText);
|
||||||
|
|
||||||
RefreshTrack(lTrack);
|
RefreshTrack(lTrack);
|
||||||
|
|
||||||
|
// PRL: bug1659 -- make selection change undo correctly
|
||||||
|
if (!IsUnsafe())
|
||||||
|
MakeParentModifyState(false);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user