Search found 3 matches

by taliadon
Fri Jun 12, 2020 12:56 am
Forum: Platform Related Issues
Topic: DPI scaling on MSW and GTK+ builds
Replies: 6
Views: 1776

Re: DPI scaling on MSW and GTK+ builds

Thanks for the response: I'm currently using version 3.1.3
by taliadon
Fri Jun 12, 2020 12:14 am
Forum: Platform Related Issues
Topic: fromDPI function under macOS
Replies: 1
Views: 727

fromDPI function under macOS

I'm currently developing an app within the MSW environment and using the 'wxSize fromDPI(wxSize)' function to handle DPI calculations, so when Windows scaling is set to 200% 'fromDPI(wxSize(32,32))' effectively returns a wxSize object where both x and y are set to 64. Whilst this seems to work flawl...
by taliadon
Wed May 27, 2020 10:11 am
Forum: Platform Related Issues
Topic: DPI scaling on MSW and GTK+ builds
Replies: 6
Views: 1776

DPI scaling on MSW and GTK+ builds

I'm currently testing a wxWidgets app under both Window and Linux (each using MSW and GTK+ builds respectively), and have noticed a few differences in the way they react to system wide DPI settings. Under Windows, when the app is deployed on a 2560x1600 monitor with a desktop scaling of 200%, everyt...