diff --git a/src/gui.js b/src/gui.js index 51c40cbd..77fd841c 100644 --- a/src/gui.js +++ b/src/gui.js @@ -6241,7 +6241,6 @@ IDE_Morph.prototype.warnAboutIE = function () { dlg.labelString = "Internet Explorer"; dlg.createLabel(); dlg.addBody(txt); - dlg.drawNew(); dlg.fixLayout(); dlg.popUp(this.world()); }