Compare commits

..

1 commit

Author SHA1 Message Date
github-actions[bot]
95526ced0e Merge remote-tracking branch 'origin/master' into api14-rollup
Some checks failed
Build Dalamud / Build on Windows (push) Has been cancelled
Build Dalamud / Check API Compatibility (push) Has been cancelled
Build Dalamud / Deploy dalamud-distrib staging (push) Has been cancelled
2025-12-08 23:19:26 +00:00

View file

@ -672,13 +672,16 @@ public abstract class Window
Task.FromResult<IDalamudTextureWrap>(tex));
}
if (isErrorStylePushed)
if (!this.hasError)
{
Style.StyleModelV1.DalamudStandard.Pop();
this.PostDraw();
}
else
{
this.PostDraw();
if (isErrorStylePushed)
{
Style.StyleModelV1.DalamudStandard.Pop();
}
}
this.PostHandlePreset(persistence);