mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 08:04:06 +01:00 
			
		
		
		
	Fix Print command. Unitialized variable made it useless.
This commit is contained in:
		@@ -86,6 +86,7 @@ bool AudacityPrintout::OnPrintPage(int WXUNUSED(page))
 | 
			
		||||
   viewInfo.h = 0.0;
 | 
			
		||||
   viewInfo.screen = mTracks->GetEndTime() - viewInfo.h;
 | 
			
		||||
   viewInfo.total = viewInfo.screen;
 | 
			
		||||
   viewInfo.zoom = width / viewInfo.screen;
 | 
			
		||||
   int y = rulerPageHeight;
 | 
			
		||||
 | 
			
		||||
   TrackListIterator iter(mTracks);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user