mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-30 23:23:44 +02:00
Refresh NoteTrack after zooming.
This commit is contained in:
parent
fe6afb91cf
commit
1866be6145
@ -241,6 +241,8 @@ void NoteTrackVRulerMenuTable::OnZoom( int iZoomCode ){
|
||||
break;
|
||||
}
|
||||
GetActiveProject()->ModifyState(false);
|
||||
using namespace RefreshCode;
|
||||
mpData->result = UpdateVRuler | RefreshAll;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user