GeorgRottensteiner / C64Studio

C64Studio is a .NET based IDE specializing in game development for the C64 in assembler and BASIC
Other
252 stars 38 forks source link

win10 and a charset editor problem #36

Closed theenemy-thd closed 3 years ago

theenemy-thd commented 3 years ago

seems the charset editor when selecting chars to edit has an issue when selecting which char to edit. When edited it doesn't to seem to show the edits as well. if you look at the attached jpeg you will see selecting the chars is just weird and that the screen to display is tiny charissue :( running 6.6 on window 10.

GeorgRottensteiner commented 3 years ago

Ouch, that's a non-standard DPI issue.

That's something I have to address with a bigger rewrite. Thanks for the screenshot!

theenemy-thd commented 3 years ago

seems it was an update to win 10 on my home laptop as the work pc doesnt have the issue, yet :D but i do see it wants to update windows lol

GeorgRottensteiner commented 3 years ago

It's a scaling issue, I'm in the process of working over those controls/dialogs to fix these. It's just will take a bit to do.

GeorgRottensteiner commented 3 years ago

Just uploaded a preliminary version (binary and source) which fixes pretty much all scaling issue. There are still some smaller things, but the worst should be gone with commit 9ffbca54.