mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Compare commits
2 commits
e53ccdbcc0
...
e07bda7e58
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e07bda7e58 | ||
|
|
b88a6bb616 |
1 changed files with 3 additions and 6 deletions
|
|
@ -672,16 +672,13 @@ public abstract class Window
|
||||||
Task.FromResult<IDalamudTextureWrap>(tex));
|
Task.FromResult<IDalamudTextureWrap>(tex));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this.hasError)
|
if (isErrorStylePushed)
|
||||||
{
|
{
|
||||||
this.PostDraw();
|
Style.StyleModelV1.DalamudStandard.Pop();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (isErrorStylePushed)
|
this.PostDraw();
|
||||||
{
|
|
||||||
Style.StyleModelV1.DalamudStandard.Pop();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this.PostHandlePreset(persistence);
|
this.PostHandlePreset(persistence);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue