mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
clarifying language for window manager resize
This commit is contained in:
@@ -809,7 +809,9 @@ public class PSurfaceJOGL implements PSurface {
|
||||
if (!sketch.sketchFullScreen()) {
|
||||
// don't show the message when using fullScreen()
|
||||
PGraphics.showWarning("The sketch has been resized from " +
|
||||
"%d\u2715%d to %d\u2715%d by the window manager.",
|
||||
"%dx%d to %dx%d by the operating system.%n" +
|
||||
"This is happening outside Processing, " +
|
||||
"and is probably a limitation of the OS or window manager.",
|
||||
sketchWidthRequested, sketchHeightRequested, sketchWidth, sketchHeight);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user