mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-23 14:02:50 -05:00
Merge pull request #356 from fsih/eraserDisappears
Bring back eraser after snapshot
This commit is contained in:
commit
6d11c9988a
1 changed files with 2 additions and 1 deletions
|
@ -141,9 +141,10 @@ class Blobbiness {
|
||||||
blob.mergeBrush(lastPath);
|
blob.mergeBrush(lastPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Remove cursor preview during snapshot, then bring it back
|
||||||
blob.cursorPreview.remove();
|
blob.cursorPreview.remove();
|
||||||
blob.cursorPreview = null;
|
|
||||||
blob.onUpdateSvg();
|
blob.onUpdateSvg();
|
||||||
|
blob.cursorPreview.parent = getGuideLayer();
|
||||||
|
|
||||||
// Reset
|
// Reset
|
||||||
blob.brush = null;
|
blob.brush = null;
|
||||||
|
|
Loading…
Reference in a new issue