From 053b0b583d6e5a9b92140d10b981a467a109d71d Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sun, 16 Jul 2017 00:55:00 -0400 Subject: [PATCH] Fix highlight of TCP menu button after command --- src/TrackPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TrackPanel.cpp b/src/TrackPanel.cpp index 6ae4ed9e3..d9e72b2a8 100644 --- a/src/TrackPanel.cpp +++ b/src/TrackPanel.cpp @@ -1721,7 +1721,7 @@ try //EnsureVisible should be called after the up-click. if (event.ButtonUp()) { - Uncapture( &event ); + Uncapture(); wxRect rect;