Closed SirVG closed 3 months ago
@dodingdaga The offending commit is here.
You're pushing ImGuiStyleVar.WindowMinSize
in a constructor and leaving it on the stack, causing any windows that are rendered afterward to be affected:
https://github.com/dodingdaga/DalamudPluginsSources/blob/87418a29129cbffc85d64a68daa270fc8e8a045f/PuppetMaster/PluginUI.cs#L21
should be ok now. sorry for the oversight!
@dodingdaga The offending commit is here.
You're pushing
ImGuiStyleVar.WindowMinSize
in a constructor and leaving it on the stack, causing any windows that are rendered afterward to be affected: https://github.com/dodingdaga/DalamudPluginsSources/blob/87418a29129cbffc85d64a68daa270fc8e8a045f/PuppetMaster/PluginUI.cs#L21
THANK YOU SO MUCH~~~
The latest update has now caused all of the Dalamud UI windows to blow up to an astronomical size that can't be shrunk down, plus has broken several other UI elements like QOL Bar.
I had to disable Puppetmaster to be able to fix everything else.