minor, initialize fill when leaving, as other properties
This commit is contained in:
parent
f7997b9336
commit
1b799da43d
1
draw.js
1
draw.js
|
|
@ -533,6 +533,7 @@ var DrawingArea = new Lang.Class({
|
||||||
this.currentElement = null;
|
this.currentElement = null;
|
||||||
this._stopCursorTimeout();
|
this._stopCursorTimeout();
|
||||||
this.dashedLine = false;
|
this.dashedLine = false;
|
||||||
|
this.fill = false;
|
||||||
this._redisplay();
|
this._redisplay();
|
||||||
this.menu.close();
|
this.menu.close();
|
||||||
this.get_parent().set_background_color(null);
|
this.get_parent().set_background_color(null);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue