Skip to content

Commit

Permalink
gui: fix scanwidget usage
Browse files Browse the repository at this point in the history
jordens committed Mar 11, 2016
1 parent 7f3e1c9 commit 22b0726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/gui/entries.py
Original file line number Diff line number Diff line change
@@ -186,7 +186,7 @@ def update_min(value):
scanner.setStart(value)

def update_max(value):
state["min"] = value*scale
state["max"] = value*scale
scanner.setStop(value)

def update_npoints(value):

0 comments on commit 22b0726

Please sign in to comment.