We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63048a2 commit ad99d4eCopy full SHA for ad99d4e
tests/org.eclipse.swt.tests/ManualTests/org/eclipse/swt/tests/manual/Issue0445_HiDPISmoothScaling.java
@@ -20,7 +20,6 @@
20
import org.eclipse.swt.graphics.Image;
21
import org.eclipse.swt.graphics.ImageData;
22
import org.eclipse.swt.graphics.ImageDataProvider;
23
-import org.eclipse.swt.internal.DPIUtil;
24
import org.eclipse.swt.layout.GridLayout;
25
import org.eclipse.swt.widgets.Display;
26
import org.eclipse.swt.widgets.Label;
@@ -58,7 +57,6 @@ public static void main(String[] args) {
58
57
shell.setSize(100, 100);
59
shell.setLayout(new GridLayout(1, true));
60
61
- System.out.println("Device Zoom: " + DPIUtil.getDeviceZoom());
62
63
ImageDataProvider provider1x = zoom -> {
64
if (zoom == 100) {
0 commit comments