From f858a7bd9c3fc4608195b1ac3c51c6764df2a37a Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Fri, 16 Jun 2017 17:05:12 -0400 Subject: [PATCH] Correct boundaries of the background cell --- src/TrackPanel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/TrackPanel.cpp b/src/TrackPanel.cpp index 4a8440e90..b806cc54b 100644 --- a/src/TrackPanel.cpp +++ b/src/TrackPanel.cpp @@ -2634,7 +2634,6 @@ TrackPanel::FoundCell TrackPanel::FindCell(int mouseX, int mouseY) std::max( 0, rect.y - kTopMargin + rect.height ) ); rect.height = size.y - rect.y; - GetSize(&rect.width, &rect.height); return { nullptr, mpBackground.get(), CellType::Background, rect