mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-02 17:23:18 +02:00
Bug122: Dragging selected point label should update cursor
This commit is contained in:
parent
02ce3c312b
commit
013bcf9635
@ -6304,6 +6304,10 @@ void TrackPanel::HandleGlyphDragRelease(LabelTrack * lTrack, wxMouseEvent & even
|
||||
UndoPush::CONSOLIDATE);
|
||||
}
|
||||
|
||||
// Update cursor on the screen if it is a point.
|
||||
DrawOverlays(false);
|
||||
mRuler->DrawOverlays(false);
|
||||
|
||||
//If we are adjusting a label on a labeltrack, do not do anything
|
||||
//that follows. Instead, redraw the track.
|
||||
RefreshTrack(lTrack);
|
||||
|
Loading…
x
Reference in New Issue
Block a user