mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
resize implementation for issue 150
This commit is contained in:
@@ -802,7 +802,10 @@ public class PGraphics extends PImage implements PConstants {
|
||||
|
||||
//reapplySettings = false;
|
||||
}
|
||||
|
||||
|
||||
public void resize(int wide, int high) {
|
||||
showMethodWarning("resize");
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -1713,13 +1713,6 @@ public class PGraphicsJava2D extends PGraphics /*PGraphics2D*/ {
|
||||
updatePixels();
|
||||
}
|
||||
|
||||
|
||||
public void resize(int wide, int high) {
|
||||
showMethodWarning("resize");
|
||||
}
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
// GET/SET
|
||||
|
||||
Reference in New Issue
Block a user