rennerdo30 / ffxiv-simplecompare

Simple Item Comparison for FFXIV
MIT License
5 stars 4 forks source link

Prevent SimpleCompare details from taking focus from other Imgui windows #3

Closed MidoriKami closed 2 years ago

MidoriKami commented 2 years ago

https://github.com/Rennerdo30/ffxiv-simplecompare/blob/main/SimpleCompare/PluginUI.cs#L81

Add one or more of the following Imgui flags:

ImGuiWindowFlags.NoBringToFrontOnFocus
ImGuiWindowFlags.NoFocusOnAppearing
ImGuiWindowFlags.NoNavFocus
rennerdo30 commented 2 years ago

Thanks for your feedback. The changes are currenty only available in my private repository. I will submit a new version to the official repository some time later this week.