mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Change focus clearing condition
This commit is contained in:
parent
5d8e4bee92
commit
87770c57ab
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ internal sealed unsafe partial class Win32InputHandler : IImGuiInputHandler
|
|||
return default(LRESULT);
|
||||
}
|
||||
|
||||
if (ImGui.IsAnyItemActive())
|
||||
if (!ImGui.IsWindowHovered(ImGuiHoveredFlags.AnyWindow))
|
||||
ImGui.ClearWindowFocus();
|
||||
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue