Skip to content

Commit

Permalink
Apply only on focus-out.
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Jul 13, 2016
1 parent a75c04e commit 920c906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orange/widgets/utils/owlearnerwidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def add_main_layout(self):
def add_learner_name_widget(self):
gui.lineEdit(self.controlArea, self, 'learner_name', box='Name',
tooltip='The name will identify this model in other widgets',
callbackOnType=True, callback=lambda: self.apply())
callback=lambda: self.apply())

def add_bottom_buttons(self):
box = gui.hBox(self.controlArea, True)
Expand Down

0 comments on commit 920c906

Please sign in to comment.