fix from prior merge

This commit is contained in:
Luke Campagnola 2016-06-03 17:29:34 -07:00
parent e740cb4b49
commit 54fbfdb918

View File

@ -1148,7 +1148,6 @@ class ROI(GraphicsObject):
origin = (origin.x(), origin.y())
shape = [abs(shape[0]/sx), abs(shape[1]/sy)]
origin = (origin.x(), origin.y())
if getConfigOption('imageAxisOrder') == 'normal':
vectors = [vectors[1][::-1], vectors[0][::-1]]