Skip to content

Commit 31cb282

Browse files
committed
[fix] autoRange is needed for better experience
1 parent caef034 commit 31cb282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

COMTool/plugins/gragh_widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ def draw_reticle_and_info(buf, x, y):
11221122
int(self.focus[1][0].text()), int(self.focus[1][1].text()))
11231123

11241124
self.imv.clear()
1125-
self.imv.setImage(np_arrs, autoRange=False)
1125+
self.imv.setImage(np_arrs)#, autoRange=False)
11261126
self.imv.setCurrentIndex(len(self.frames)-1)
11271127
# color = self.pickColor(k)
11281128
# self.colors[k] = color

0 commit comments

Comments
 (0)