Actions
Improvements #11296
openHiDPI canvas: respond to changes in devicePixelRatio
Start date:
02/01/2023
Due date:
% Done:
0%
Estimated time:
Description
It's possible for window.devicePixelRatio
to change for a variety of reasons, see: https://developer.mozilla.org/en-US/docs/Web/API/Window/devicePixelRatio#monitoring_screen_resolution_or_zoom_level_changes
Issue #7417 adds support for high DPI drawing, but does not respond to updates. We should perhaps have a JSignal
for this, and automatically trigger a repaint of painted widgets.
Updated by Roel Standaert almost 2 years ago
- Related to Feature #7417: HiDPI canvas for WPaintedWidget added
Actions