You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When entering Borderless mode, floating windows become unfocusable and do not respond to any clicks.
Re-activating menu bar fixes this (calls Win32.DrawMenuBar(wnd)), until the next window is opened.
The text was updated successfully, but these errors were encountered:
This can be fixed by removing case WM.NCACTIVATE: in WindowProc method, but it will cause menu bar to flash for a frame during alt-tab and when windows are opened/closed :(
When entering Borderless mode, floating windows become unfocusable and do not respond to any clicks.
Re-activating menu bar fixes this (calls Win32.DrawMenuBar(wnd)), until the next window is opened.
The text was updated successfully, but these errors were encountered: