Tackle limitation of point coordinate system #125
Labels
Enhancement
A Request for an Enhancement of an Existing Feature
HiDPI
A HiDPI-Related Issue or Feature
SWT
Issue for SWT
Milestone
There are some scenarios, e.g. with detached views in the IDE, where point to pixels conversion lead to unexpected results e.g. in something like this:
If p.x -= 100; will lead to the point being placed on another monitor with different zoom, this can lead to a unexpected positioning of the shell.
Two ideas to evaluate:
1.) extend point and rectangle with a zoom attribute
2.) Create DisplayPoint and DisplayRectangle only for win32 as subclasses and use them in scenarios where a display related pixel to point conversion happen
The text was updated successfully, but these errors were encountered: