Skip to content

Commit

Permalink
Do not recenter view while interpolating
Browse files Browse the repository at this point in the history
  • Loading branch information
AboudFayad committed Apr 6, 2022
1 parent 710e5cd commit 5f1231d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpi_core/display/GPI/ImageViewer_GPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@ def interpolate_image(self, on):
else:
self.image.setImage(self.image_data)
self.interpolate = False
self.viewbox.autoRange()
# self.viewbox.autoRange()

def copy_image(self):
self.image_exporter.params['width'] = self.viewbox.screenGeometry().width()
Expand Down

0 comments on commit 5f1231d

Please sign in to comment.