diff options
| author | jmoenig <jens@moenig.org> | 2013-05-14 14:18:46 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-05-14 14:18:46 +0200 |
| commit | 4c44efdc1e7a2c1bb06274b206de7a982fb03d12 (patch) | |
| tree | 3fd05e685edf9445183f8f72351d174bba762a42 /paint.js | |
| parent | b250bb26835c6c4f3708e66ee32912db71e40d8d (diff) | |
| download | snap-yow-4c44efdc1e7a2c1bb06274b206de7a982fb03d12.tar.gz snap-yow-4c44efdc1e7a2c1bb06274b206de7a982fb03d12.zip | |
Paint editor fixes
Diffstat (limited to 'paint.js')
| -rw-r--r-- | paint.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -539,8 +539,8 @@ PaintCanvasMorph.prototype.centermerge = function(a, b) { );
};
-PaintCanvasMorph.prototype.clearCanvas = function() {
- this.fixLayout();
+PaintCanvasMorph.prototype.clearCanvas = function() { + this.buildContents();
this.drawNew();
this.changed();
};
|
