1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 15:39:27 +02:00

Bug2056: TrackPanel should keep focus after quick play...

... Fixed as suggested by David Bailes.

Confirmed on Mac and Windows that the intended ESC key handling to abort drag
in the ruler also now works.  (It didn't on Windows in 2.3.0.)
This commit is contained in:
Paul Licameli 2019-02-01 14:30:19 -05:00
parent d3316173b6
commit 93f4e3bd66

View File

@ -800,7 +800,7 @@ void CellularPanel::HandleClick( const TrackPanelMouseEvent &tpmEvent )
state.mUIHandle.reset(), handle.reset(), ClearTargets();
else {
if( !HasFocus() )
SetFocus();
SetFocusIgnoringChildren();
state.mpClickedCell = pCell;