Skip to content

Commit 3cbf57e

Browse files
committed
brk: testing
1 parent 774a255 commit 3cbf57e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

imports/ui/qc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ papaya.viewer.Viewer.prototype.drawViewer = function (force, skipUpdate) {
107107

108108
};
109109

110-
110+
/*
111111
papaya.viewer.Viewer.prototype.convertScreenToImageCoordinateX = function (xLoc, screenSlice) {
112112
return papaya.viewer.Viewer.validDimBounds((xLoc - screenSlice.finalTransform[0][2]) / screenSlice.finalTransform[0][0],
113113
screenSlice.xDim);
@@ -117,7 +117,7 @@ papaya.viewer.Viewer.prototype.convertScreenToImageCoordinateY = function (yLoc,
117117
return papaya.viewer.Viewer.validDimBounds((yLoc - screenSlice.finalTransform[1][2]) / screenSlice.finalTransform[1][1],
118118
screenSlice.yDim);
119119
};
120-
120+
*/
121121
var fill_all_points = function(matrix_coor){
122122
if (matrix_coor){
123123

0 commit comments

Comments
 (0)