Sakrac / IceBroLite

External Debugger for VICE 3.5 and higher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not Using Windows Cursor Size

paulhocker opened this issue · comments

As you can see in the video, I have my cursor set to be larger because I am using a high resolution screen. When I go inside the debugger window, it shrinks down to the default size for the screen resolution. It must ne a IMGUI thing probably?

Is there a setting to have it keep the cursor size as specified on the system?

thanks

2022-12-17_13-51-02.mp4

Seems like a GLFW & ImGui issue, ImGui is mentioning this will be fixed in GLFW 3.4 but is at 3.37 right now. I can try just updating ImGui and see if that solves anything.

Fixed with latest version of GLFX / dear ImGui (v1.05)

Confirmed!