mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-01 18:25:42 -04:00
HostInterface: Set NoNav on FPS window
Prevents it stealing focus in SDL frontend.
This commit is contained in:
parent
674bcdfeec
commit
6cfad33b8e
@ -237,7 +237,7 @@ void HostInterface::DrawFPSWindow()
|
|||||||
if (!ImGui::Begin("FPSWindow", nullptr,
|
if (!ImGui::Begin("FPSWindow", nullptr,
|
||||||
ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoCollapse |
|
ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoCollapse |
|
||||||
ImGuiWindowFlags_NoBackground | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoMouseInputs |
|
ImGuiWindowFlags_NoBackground | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoMouseInputs |
|
||||||
ImGuiWindowFlags_NoBringToFrontOnFocus))
|
ImGuiWindowFlags_NoBringToFrontOnFocus | ImGuiWindowFlags_NoNav))
|
||||||
{
|
{
|
||||||
ImGui::End();
|
ImGui::End();
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user