From bf417392225ae4c934162b13d131433821174dec Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Fri, 21 Aug 2015 22:54:35 -0400 Subject: [PATCH] a comment pointing to commits that might have fixed a mysterious problem --- src/Menus.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Menus.cpp b/src/Menus.cpp index 763ff9404..9677b6bfe 100644 --- a/src/Menus.cpp +++ b/src/Menus.cpp @@ -5035,6 +5035,9 @@ void AudacityProject::OnZoomSel() // I know this isn't right, but until the real rounding or 1-off issue is // found, this will have to work. // PRL: Did I fix this? I am not sure, so I leave the hack in place. + // Fixes might have resulted from commits + // 1b8f44d0537d987c59653b11ed75a842b48896ea and + // e7c7bb84a966c3b3cc4b3a9717d5f247f25e7296 int width; mTrackPanel->GetTracksUsableArea(&width, NULL); Zoom((width - 1) / denom);