mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 16:33:55 +02:00
Fix fake dropdown menus in TDR plugins
These would close immediately when hovering over them with the new focus grabbing method.
This commit is contained in:
@@ -115,7 +115,7 @@ class Editor {
|
||||
* call. This will return the child window's handle if double editor
|
||||
* embedding is enabled.
|
||||
*/
|
||||
HWND get_win32_handle();
|
||||
HWND get_win32_handle() const;
|
||||
|
||||
/**
|
||||
* Returns `true` if the window manager supports the EWMH active window
|
||||
|
||||
Reference in New Issue
Block a user