Skip to content

Commit

Permalink
owlearnerwidget: Fix output initialization
Browse files Browse the repository at this point in the history
Always output the initial learner, disregarding the `auto_apply`.
  • Loading branch information
ales-erjavec committed Sep 16, 2016
1 parent 6d039f1 commit 87ce67e
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 @@ -123,7 +123,7 @@ def __init__(self):
self.preprocessors = None
self.outdated_settings = False
self.setup_layout()
QTimer.singleShot(0, self.apply)
QTimer.singleShot(0, self.unconditional_apply)

def create_learner(self):
"""Creates a learner with current configuration.
Expand Down

0 comments on commit 87ce67e

Please sign in to comment.