-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
4 / 44 of 4 issues completedeclipse-platform/eclipse.platform.swt
#1369Closed
4 / 44 of 4 issues completed
Copy link
Labels
Milestone
Description
To get rid of the static device zoom in DPIUtil, we should get rid of all remaining calls to:
- DPIUtil::getDeviceZoom() -> Possible replacement with DPIUtil::getZoomForAutoscaleProperty(Device::getDeviceZoom())
- DPIUtil::getNativeDeviceZoom() -> Possible replacement with Device::getDeviceZoom()
Important: problematic is that Display::getDeviceZoom() calls getPrimaryMonitor() that will throw an exception when called from another thread
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done