You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a dveeloper, I want to have pixel values represented as integer since SWT can only paint pixels in integers.
Check with Win32DPIUtils:pointToPixels returning Rectangle:OfFloat and Point:OfFloat with residual values set to 0 if the previously implemented solutions using OfFloat still hold.