Compare commits

..

No commits in common. "e07bda7e58a28eaab213eb8eba8ff9633e0fe444" and "e53ccdbcc03a4931e4594491c6250395e5a3a3e5" have entirely different histories.

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);