diff --git a/draw.js b/draw.js index 3a29ec9..4ebcaad 100644 --- a/draw.js +++ b/draw.js @@ -533,6 +533,7 @@ var DrawingArea = new Lang.Class({ this.currentElement = null; this._stopCursorTimeout(); this.dashedLine = false; + this.fill = false; this._redisplay(); this.menu.close(); this.get_parent().set_background_color(null);