fix smoothing in the Editor Status area

This commit is contained in:
Ben Fry
2022-01-19 22:25:50 -05:00
parent 09fb90a023
commit 5f9214fb74
+1 -1
View File
@@ -347,8 +347,8 @@ public class EditorStatus extends BasicSplitPaneDivider {
}
Graphics g = offscreen.getGraphics();
Toolkit.prepareGraphics(g);
*/
Toolkit.prepareGraphics(g);
sizeW = getWidth();
sizeH = getHeight();
buttonSize = sizeH;