forked from M-Labs/artiq
1
0
Fork 0

gui: fix scanwidget usage

This commit is contained in:
Robert Jördens 2016-03-11 18:30:27 +01:00
parent 7f3e1c989d
commit 22b072699f
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class _RangeScan(LayoutWidget):
scanner.setStart(value)
def update_max(value):
state["min"] = value*scale
state["max"] = value*scale
scanner.setStop(value)
def update_npoints(value):