Skip to content

Commit 572804e

Browse files
committed
Don't set "advanced mode" for FigureUtilities GC
This reverts the changes done to the FigureUtilities class that was done with 2cb016e, as it introduces rounding errors at 100% zoom.
1 parent 4b38172 commit 572804e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

org.eclipse.draw2d/src/org/eclipse/draw2d/FigureUtilities.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ protected static GC getGC() {
7979
// ignored
8080
});
8181
gc = new GC(shell);
82-
if (InternalDraw2dUtils.disableAutoscale) {
83-
gc.setAdvanced(true);
84-
}
8582
appliedFont = gc.getFont();
8683
}
8784
return gc;

0 commit comments

Comments
 (0)