Skip to content

Commit

Permalink
Merge pull request #910 from janezd/select-columns-commit
Browse files Browse the repository at this point in the history
Select columns: unconditionally commit new data
  • Loading branch information
lanzagar committed Dec 11, 2015
2 parents 7834f50 + 93e83c6 commit 0a59977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orange/widgets/data/owselectcolumns.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def set_data(self, data=None):
self.meta_attrs[:] = []
self.available_attrs[:] = []

self.commit()
self.unconditional_commit()

def update_domain_role_hints(self):
""" Update the domain hints to be stored in the widgets settings.
Expand Down

0 comments on commit 0a59977

Please sign in to comment.