First time here? Check out the FAQ!

new_to_code's profile - activity

2023-01-23 14:56:00 -0500 marked best answer Font's on multi-monitor setup not rendering correctly

Found something strange. I believe I know what is causing it but figured I'd paste it here just in case. New to code and Python. Really like the Wing IDE. My computer has two monitors. One is the laptop monitor (1920x1080). That I have showing text at 125%. The second is a larger monitor at 1920x1080 but because it is larger the text is at 100%. When switching monitors, font rendering is way off.

I am including four screenshots. Screenshot 1: Wing IDE opened up on monitor 1 and viewed on monitor 1. (looks good) Screenshot 2: Wing IDE after I have dragged the IDE over to monitor 2. (fake spaces inserted) Screenshot 3: Wing IDE opened up on monitor 2 and viewed on monitor 2. (looks good) Screenshot 4: Wing IDE after I have dragged the IDE over to monitor 1. (fonts squished together)

For screenshot 2, you will notice the empty "spaces" (like the ones after the text 'new_states_2.json' , 'w')... I say "spaces" because I can put my cursor in there and use the left and right arrows to move 1 at a time. However, if I hit the delete key, all the space as gone and one of the characters is erased (could be the "s" in json, or the ending ', etc).

I am almost certain it is the 125% on monitor one and the 100% on monitor 2 setting. But this is something I have not seen before with any of my other programs (Notepad++, LibreOffice, Visual Studio, etc).

I do not know if there is a setting I can change to fix this or not. But regardless I thought I'd mention it in case it was something that could be addressed.

Thanks.

I'm including the screenshots as links because they are kind of large.

Screenshot 1: https://postimg.cc/8fvnFM6p

Screenshot 2: https://postimg.cc/8j802K2j

Screenshot 3: https://postimg.cc/4mzSsvGw

Screenshot 4: https://postimg.cc/Bj4w68Q3

2020-01-22 20:00:17 -0500 received badge Famous Question (source)
2019-05-16 09:38:12 -0500 received badge Notable Question (source)
2019-05-15 10:16:35 -0500 commented question Font's on multi-monitor setup not rendering correctly

i have just installed Wing 7 Personal and it is showing the same issue. I did uninstall Wing 6 Personal before installin

2019-05-15 10:16:02 -0500 commented question Font's on multi-monitor setup not rendering correctly

i have just installed Wing 7 Personal and it is showing the same issue. The resolution of both monitors is 1920x1080. It

2019-05-13 10:45:16 -0500 received badge Popular Question (source)
2019-05-11 07:08:22 -0500 received badge Student (source)
2019-05-11 07:06:55 -0500 asked a question Font's on multi-monitor setup not rendering correctly

Font's on multi-monitor setup not rendering correctly Found something strange. I believe I know what is causing it but f