Fix rotate issue in copy-paste tool

This commit is contained in:
JannisX11 2022-06-10 17:38:55 +02:00
parent dbb04a329a
commit acb321edb9

View File

@ -1712,7 +1712,7 @@ Interface.definePanels(function() {
ctx.drawImage(temp_canvas,-temp_canvas.width/2,-temp_canvas.height/2);
ctx.restore();
UVEditor.updateSize()
UVEditor.updatePastingOverlay()
},
}