AlexanderTonn / OWON-HDS2-Viewer

simple software for inspecting .csv files made by OWON oscilloscopes of the HDS2XXX Series
Apache License 2.0
0 stars 0 forks source link

[BUG] ini file create wrong widget position #6

Open AlexanderTonn opened 7 months ago

AlexanderTonn commented 7 months ago

🐛 Describe the bug

On first start up the ImGui .ini file creating an offset for the widgets. The Troublemaker is the Pos attribute of [Window][OWON HDS-N Series CSV Wave Inspector].

 ‼️ To Reproduce**

Steps to reproduce the behavior:

⁉️ Expected behavior

Already on first start up the window should fit perfectly to the gui window

📷 Screenshots

Bildschirmfoto 2024-03-03 um 19 39 26

Bildschirmfoto 2024-03-03 um 19 41 41

Additional context

As a temporary solution, I modified the .ini file manually. So if you download it from the release it should be fit to the window. The ImGui Widget is currently also moveable (until I fix this problem).

:white_check_mark: Tasks

[ ] Issue fixed [ ] ImGui Window is fixed and not moveable anymore