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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user