Skip to content

Commit 22b0726

Browse files
committedMar 11, 2016
gui: fix scanwidget usage
1 parent 7f3e1c9 commit 22b0726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎artiq/gui/entries.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def update_min(value):
186186
scanner.setStart(value)
187187

188188
def update_max(value):
189-
state["min"] = value*scale
189+
state["max"] = value*scale
190190
scanner.setStop(value)
191191

192192
def update_npoints(value):

0 commit comments

Comments
 (0)
Please sign in to comment.