Code review comment for lp://qastaging/~woodrow-shen/unity-greeter/fix-hidpi-support

Revision history for this message
Robert Ancell (robert-ancell) wrote :

In check_hidpi_display you iterate across all the monitors but only check the primary one. Why not just:

screen.get_monitor_geometry(primary, out area)

« Back to merge proposal