CrimsonAS / gtkplatform

Run Qt applications using gtk+ as a windowing system.

Home Page:https://crimson.no

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Work on enabling high DPI rendering

rburchell opened this issue · comments

See 45fac54 for some context.

We'll need to multiply stuff pretty much everywhere by devicePixelRatio to Qt, and set the surface scale in onDraw appropriately so that GTK doesn't upscale it.

Fixed in 88e7655 and probably a million other places...