prevent recursive call

This commit is contained in:
Ben Fry
2014-05-19 14:37:39 -04:00
parent e42ea0d99a
commit d917440822

View File

@@ -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);
}