slajerek / RetroDebugger

Retro Debugger is a multiplatform debugger APIs host for retro computers: C64 (Vice), Atari800 and NES (NestopiaUE).
167 stars 18 forks source link

GUI blank frames + offset #7

Closed fieserWolF closed 1 year ago

fieserWolF commented 2 years ago

Describe the bug Each window has got a black frame at the top and at the right of it. There is an offset of the mouse-pointer exactly the size of this frame. If you click on an item, another area of the window is activated. You can see it in the screenshots when trying to close a window (first screenshot) or when accessing the pull-down menu (second screenshot).

Desktop (please complete the following information):

slajerek commented 2 years ago

This may be related to DPI problem. I've added a patch to ImGui docking branch code to allow multiple monitors and DPIs but it seems it is not always working correctly. I'll revert the patch and then we can check again if this still happens. The patch may need tweaks then...

soenkesmiletzki commented 2 years ago

I also get this error with Ubuntu and latest file :-( Any chance to fix this?

slajerek commented 1 year ago

Please check if recent version fixes this problem