When building the program in Visual Studio, the GUI is perfectly fine and looks as it should, but while the program is started using .exe file the GUI is completly messed up
Screenshots of Built and .exe versions of GUI attached as images
AI Extracted ImGui code inside text file
#Messed up ImGui rendering
13 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
I bet the font didn't load
nope, checked right now, even without font code the gui is messed up and you can actually see the difference of font inside the program
Ah nvm
Maybe imgui has saved your window positions in imgui.ini?
Which is in a different directory when you run manually
You resized then manually once, and it preserved the sizes & positions
oh, yeah, youre right, but why is imgui.ini generated with such parameters? (I deleted all imgui.ini in the project directory and this is what is in the one that was created just right now, after running the .exe)