Skip to content

Commit 1732b69

Browse files
committed
Use ScalableGraphics for now
1 parent 76bfbc5 commit 1732b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.eclipse.draw2d/src/org/eclipse/draw2d/PopUpHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ private static double getMonitorZoomScale(Control c) {
243243
private final ScalableLayeredPane scalablePane;
244244

245245
private PopupHelperLightweightSystem() {
246-
scalablePane = new ScalableLayeredPane(false);
246+
scalablePane = new ScalableLayeredPane(true);
247247
scalablePane.setLayoutManager(new StackLayout());
248248
getRootFigure().add(scalablePane);
249249
}

0 commit comments

Comments
 (0)