mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 04:50:14 +02:00
Made the input focus grabbing even more aggressive
This fixes keyboard focus not returning when closing dialogs in Melda plugins. I'll have to do some more testing to see if this does not introduce any unwanted side effects.
This commit is contained in:
@@ -146,7 +146,8 @@ class Editor {
|
||||
/**
|
||||
* Steal keyboard focus. This is done whenever the user clicks on the window
|
||||
* since we don't have a way to detect whether the client window is calling
|
||||
* `SetFocus()`.
|
||||
* `SetFocus()`. See the comment inside of this function for more details on
|
||||
* when this is used.
|
||||
*/
|
||||
void grab_input_focus() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user