mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 16:40:07 +02:00
Fix Print command. Unitialized variable made it useless.
This commit is contained in:
parent
667c1c35d4
commit
28e9ed8c21
@ -86,6 +86,7 @@ bool AudacityPrintout::OnPrintPage(int WXUNUSED(page))
|
|||||||
viewInfo.h = 0.0;
|
viewInfo.h = 0.0;
|
||||||
viewInfo.screen = mTracks->GetEndTime() - viewInfo.h;
|
viewInfo.screen = mTracks->GetEndTime() - viewInfo.h;
|
||||||
viewInfo.total = viewInfo.screen;
|
viewInfo.total = viewInfo.screen;
|
||||||
|
viewInfo.zoom = width / viewInfo.screen;
|
||||||
int y = rulerPageHeight;
|
int y = rulerPageHeight;
|
||||||
|
|
||||||
TrackListIterator iter(mTracks);
|
TrackListIterator iter(mTracks);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user