1
0
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:
James Crook 2019-04-15 19:16:01 +01:00
parent fe6afb91cf
commit 1866be6145

View File

@ -241,6 +241,8 @@ void NoteTrackVRulerMenuTable::OnZoom( int iZoomCode ){
break;
}
GetActiveProject()->ModifyState(false);
using namespace RefreshCode;
mpData->result = UpdateVRuler | RefreshAll;
}