Unwanted overwriting fonts in Multilineedit on Windows 11

This forum is meant for questions and discussions about the X# language and tools
Post Reply
User avatar
ArneOrtlinghaus
Posts: 490
Joined: Tue Nov 10, 2015 7:48 am
Location: Italy

Unwanted overwriting fonts in Multilineedit on Windows 11

Post by ArneOrtlinghaus »

Since some weeks some Windows-11 users have a strange display of text in Standard-Multilineedits with Standard-Font-Settings.
The base classes are modified classed based on the VO-GUI-Classes.
Sometimes the font gets big and bold and overwrites the text on one single line. This vanishes often changing between windows and the current window state. All other controls work well.
font2.png
font1.png
On our working computers this has arrived until now.
I believe that I have seen some similar behavior in the BBrowser many years ago and we had to change a DrawText-Function.

Arne
User avatar
ArneOrtlinghaus
Posts: 490
Joined: Tue Nov 10, 2015 7:48 am
Location: Italy

Re: Unwanted overwriting fonts in Multilineedit on Windows 11

Post by ArneOrtlinghaus »

It seems that this is the reason:

https://github.com/reupen/columns_ui/issues/1415
Post Reply