mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
fixed bug when resizing
This commit is contained in:
parent
07369af9df
commit
869f3d2e00
@ -26,7 +26,7 @@
|
|||||||
this.overlayRenderer.updateDPI(newDPI);
|
this.overlayRenderer.updateDPI(newDPI);
|
||||||
|
|
||||||
this.renderer.render(this.frame);
|
this.renderer.render(this.frame);
|
||||||
this.overlayRenderer.render(this.frame);
|
this.overlayRenderer.render(this.overlayFrame);
|
||||||
};
|
};
|
||||||
|
|
||||||
ns.DrawingController.prototype.renderFrame = function () {
|
ns.DrawingController.prototype.renderFrame = function () {
|
||||||
|
@ -12,8 +12,6 @@
|
|||||||
// Stroke's first point coordinates (set in applyToolAt)
|
// Stroke's first point coordinates (set in applyToolAt)
|
||||||
this.startCol = null;
|
this.startCol = null;
|
||||||
this.startRow = null;
|
this.startRow = null;
|
||||||
|
|
||||||
this.canvasOverlay = null;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
pskl.utils.inherit(ns.Move, ns.BaseTool);
|
pskl.utils.inherit(ns.Move, ns.BaseTool);
|
||||||
|
Loading…
Reference in New Issue
Block a user