From 1b799da43d2f01835c6d5fe70c02272843ca1718 Mon Sep 17 00:00:00 2001 From: abakkk Date: Thu, 28 Mar 2019 00:17:13 +0100 Subject: [PATCH] minor, initialize fill when leaving, as other properties --- draw.js | 1 + 1 file changed, 1 insertion(+) 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);