1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-18 17:10:55 +02:00

Fix highlight of TCP menu button after command

This commit is contained in:
Paul Licameli 2017-07-16 00:55:00 -04:00
parent ca83b06e84
commit 053b0b583d

View File

@ -1721,7 +1721,7 @@ try
//EnsureVisible should be called after the up-click. //EnsureVisible should be called after the up-click.
if (event.ButtonUp()) { if (event.ButtonUp()) {
Uncapture( &event ); Uncapture();
wxRect rect; wxRect rect;