mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-28 03:19:19 +01:00
wip
This commit is contained in:
parent
40f20687be
commit
28ff6d9f00
6 changed files with 163 additions and 36 deletions
|
|
@ -142,7 +142,6 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
}
|
||||
|
||||
if (!ImGui.IsWindowHovered(ImGuiHoveredFlags.RootAndChildWindows |
|
||||
ImGuiHoveredFlags.AllowWhenOverlapped |
|
||||
ImGuiHoveredFlags.AllowWhenBlockedByActiveItem))
|
||||
{
|
||||
this.state = State.FadeOut;
|
||||
|
|
@ -188,7 +187,6 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
ImGui.PopStyleVar();
|
||||
|
||||
var isHover = ImGui.IsWindowHovered(ImGuiHoveredFlags.RootAndChildWindows |
|
||||
ImGuiHoveredFlags.AllowWhenOverlapped |
|
||||
ImGuiHoveredFlags.AllowWhenBlockedByActiveItem);
|
||||
|
||||
if (!isHover && this.fadeOutEasing!.IsDone)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue