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.
2 parents ad2e009 + 1df0c4d commit f7f8b82Copy full SHA for f7f8b82
py5_jar/src/main/java/py5/core/Sketch.java
@@ -196,7 +196,7 @@ public void setup() {
196
canvas.setFocusable(true);
197
canvas.requestFocus();
198
} else if (platform == MACOS && (sketchRenderer().equals(JAVA2D) || g.isGL())) {
199
- ThinkDifferent.activateIgnoringOtherApps();
+ ThinkDifferent.activateSketchWindow();
200
}
201
202
if (py5IconPath != null && !(g instanceof PGraphicsOpenGL)) {
0 commit comments