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
[Win32] Fix wrong width and height in Sash with SWT.SMOOTH when dragging
When dragging a Sash with the SWT.SMOOTH, the width and height of the
sash are erroneously scaled up by the current zoom. It is caused by a
recent change which replaced a setBoundsInPixels with a setBounds call
still using the same pixel-based width and height values.
This change adapts the according call to consistently use pixel-based
values passed to the setBoundsInPixels method again.
Fixes#2329
0 commit comments