You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the system DPI is changed, TypingAid doesn't work well. The height and width of the ListBox are not computed correct. On Windows Vista and higher, the listbox displays in the wrong position for apps that don't support DPI awareness.
The text was updated successfully, but these errors were encountered:
I added "-DPIScale" to the ListBox, allowing it to return the proper width and height. The Character Width issue was fixed as part of: 5376c6a
In Windows 8.1 I can detect that an application is not DPI aware, but in prior versions I cannot. I'm going to add an override option to the preferences.
When the system DPI is changed, TypingAid doesn't work well. The height and width of the ListBox are not computed correct. On Windows Vista and higher, the listbox displays in the wrong position for apps that don't support DPI awareness.
The text was updated successfully, but these errors were encountered: