mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-18 09:00:07 +02:00
One more try to get this darn keyboard handling right
This commit is contained in:
parent
13c7484458
commit
1b2923e8f4
@ -198,9 +198,9 @@ public:
|
||||
}
|
||||
|
||||
wxWindow *handler = project->GetKeyboardCaptureHandler();
|
||||
if (handler)
|
||||
if (handler && HandleCapture(handler, key))
|
||||
{
|
||||
return HandleCapture(handler, key) ? Event_Processed : Event_Skip;
|
||||
return Event_Processed;
|
||||
}
|
||||
|
||||
CommandManager *manager = project->GetCommandManager();
|
||||
|
Loading…
x
Reference in New Issue
Block a user