Skip to content

Commit 3f5bd3b

Browse files
committed
Fixed bug with setValue argument naming
1 parent 0a72333 commit 3f5bd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymead/gui/dialogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ def __init__(self, parent, window_title: str,
10731073
stop: 0.6 {theme['background-color']})""")
10741074

10751075
def setValue(self, new_inputs):
1076-
self.w.setValue(new_values=new_inputs)
1076+
self.w.setValue(new_inputs)
10771077

10781078
def value(self):
10791079
return self.w.value()

0 commit comments

Comments
 (0)