fix from prior merge
This commit is contained in:
parent
e740cb4b49
commit
54fbfdb918
@ -1148,7 +1148,6 @@ class ROI(GraphicsObject):
|
|||||||
origin = (origin.x(), origin.y())
|
origin = (origin.x(), origin.y())
|
||||||
|
|
||||||
shape = [abs(shape[0]/sx), abs(shape[1]/sy)]
|
shape = [abs(shape[0]/sx), abs(shape[1]/sy)]
|
||||||
origin = (origin.x(), origin.y())
|
|
||||||
|
|
||||||
if getConfigOption('imageAxisOrder') == 'normal':
|
if getConfigOption('imageAxisOrder') == 'normal':
|
||||||
vectors = [vectors[1][::-1], vectors[0][::-1]]
|
vectors = [vectors[1][::-1], vectors[0][::-1]]
|
||||||
|
Loading…
Reference in New Issue
Block a user