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:
parent
d3316173b6
commit
93f4e3bd66
@ -800,7 +800,7 @@ void CellularPanel::HandleClick( const TrackPanelMouseEvent &tpmEvent )
|
||||
state.mUIHandle.reset(), handle.reset(), ClearTargets();
|
||||
else {
|
||||
if( !HasFocus() )
|
||||
SetFocus();
|
||||
SetFocusIgnoringChildren();
|
||||
|
||||
state.mpClickedCell = pCell;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user