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 76bfbc5 commit 1732b69Copy full SHA for 1732b69
org.eclipse.draw2d/src/org/eclipse/draw2d/PopUpHelper.java
@@ -243,7 +243,7 @@ private static double getMonitorZoomScale(Control c) {
243
private final ScalableLayeredPane scalablePane;
244
245
private PopupHelperLightweightSystem() {
246
- scalablePane = new ScalableLayeredPane(false);
+ scalablePane = new ScalableLayeredPane(true);
247
scalablePane.setLayoutManager(new StackLayout());
248
getRootFigure().add(scalablePane);
249
}
0 commit comments