Open r37r05p3C7 opened 10 months ago
What interface scaling factor do you use?
1.1, with 1.0 no such issues
?
I have found the cause of the issue, but not sure on a fix yet... why close?
sorry, I thought it was resolved, switching to the default scaling factor was a good enough solution for me
game details popup still forcing the scrollbar, 1.1 scaling
I did more testing and discovered something interesting. This issue disappears on scaling factors that are multiples of 0.5
, including 0.5
, 1.5
, 2.0
, 2.5
, and of course 1.0
. Maybe it's not an ImGui bug after all, but something related to custom font scaling code?
btw, app straight up crashed when i tried to apply scaling factors above 2.5
btw, app straight up crashed when i tried to apply scaling factors above 2.5
normal behavior, sort of. imgui uses a opengl texture for font data, and those have a limited size depending on platform, though it usually is about the same. it is puzzling that it crashed however. it should reset to previous value
it is puzzling that it crashed however. it should reset to previous value
it does reset when running from the executable, but crashes when running from command line maybe because of higher python version
Scrollbar is always visible in popups.
I'm only bringing this up because i noticed that X version does not have this issue. I failed to locate any commits related to the popus in the X commit history, so it might be something introduced after its demise here.same issue in X with scaling factor >1Tag widget artifacts?