mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
prevent recursive call
This commit is contained in:
@@ -157,7 +157,7 @@ public class Toolkit {
|
||||
// breaking tools and modes (they'd only require a recompile, but they would
|
||||
// no longer be backwards compatible.
|
||||
static public void setIcon(Frame frame) {
|
||||
setIcon(frame);
|
||||
setIcon((Window) frame);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user