minor, initialize fill when leaving, as other properties

This commit is contained in:
abakkk 2019-03-28 00:17:13 +01:00
parent f7997b9336
commit 1b799da43d
1 changed files with 1 additions and 0 deletions

View File

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