mirror of
https://github.com/processing/processing4.git
synced 2026-03-12 23:55:14 +01:00
made canDraw() abstract in PGL
This commit is contained in:
@@ -714,9 +714,7 @@ public abstract class PGL {
|
||||
}
|
||||
|
||||
|
||||
protected boolean canDraw() {
|
||||
return pg.initialized && pg.parent.isDisplayable();
|
||||
}
|
||||
protected abstract boolean canDraw();
|
||||
|
||||
|
||||
protected abstract void requestFocus();
|
||||
|
||||
Reference in New Issue
Block a user