Sakrac / IceBroLite

External Debugger for VICE 3.5 and higher
55 stars 7 forks source link

Not Using Windows Cursor Size #27

Closed paulhocker closed 1 year ago

paulhocker commented 1 year ago

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

https://user-images.githubusercontent.com/2214652/208263885-3964adaa-d801-4af3-a2ee-5ce4cbeecfac.mp4

Sakrac commented 1 year ago

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.

Sakrac commented 1 year ago

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

paulhocker commented 1 year ago

Confirmed!