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