xorus / EngageTimer

Stopwatch / Countdown plugin for Dalamud
GNU Affero General Public License v3.0
16 stars 6 forks source link

Prevent stopwatch window from taking focus when appearing #64

Closed nebel closed 4 months ago

nebel commented 4 months ago

Adds the ImGuiWindowFlags.NoFocusOnAppearing flag to the floating stopwatch window. Without this flag, the window appearing at the start of combat can cause an active input box to lose focus or cause a plugin like Wotsit to close due to loss of focus. Since this is just an overlay which doesn't actually need focus, there should be no downside to setting this flag.

xorus commented 4 months ago

Thanks, I did not know about this flag. I'll test and submit that! I guess the countdown window would need that too ? I am fairly busy this weekend but I'll do it asap

xorus commented 4 months ago

it already had it, mb :D