DelvUI / DelvCD

DelvCD is a Dalamud plugin for Final Fantasy XIV that provides customizable UI elements.
GNU General Public License v3.0
8 stars 12 forks source link

Prevent root window from taking focus when appearing #17

Closed nebel closed 6 months ago

nebel commented 6 months ago

Simply adds the ImGuiWindowFlags.NoFocusOnAppearing flag to the DelvCD_Root window. Without this flag, the overlay root appearing can cause an active input box to lose focus or cause a plugin like Wotsit to close due to loss of focus. This is likely to happen after zoning, for example, because the window is temporarily hidden during that time. Since this is an overlay window which doesn't actually need focus, I don't think there's any downside to setting this flag.