I'm not yet sure why, but #266 seems to have stopped windows created with open_blocking from fetching the right resolution. The window.get_dpi call in after_create is always returning the default 96, regardless of the scale of my screen. Calling get_dpi later on (manually triggering in a click event handler) continues to return 96.
I'm not yet sure why, but #266 seems to have stopped windows created with
open_blockingfrom fetching the right resolution. Thewindow.get_dpicall inafter_createis always returning the default 96, regardless of the scale of my screen. Callingget_dpilater on (manually triggering in a click event handler) continues to return 96.