1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-08 04:32:00 +01:00

Fix crashes in repainting, and update first visible track correctly

This commit is contained in:
Paul Licameli
2017-06-26 13:40:19 -04:00
parent 30ec8a1c90
commit 2806b509e2
7 changed files with 55 additions and 47 deletions

View File

@@ -130,7 +130,6 @@ void ZoomInfo::FindIntervals
ViewInfo::ViewInfo(double start, double screenDuration, double pixelsPerSecond)
: ZoomInfo(start, pixelsPerSecond)
, selectedRegion()
, track(NULL)
, total(screenDuration)
, sbarH(0)
, sbarScreen(1)