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:
parent
ca83b06e84
commit
053b0b583d
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user