Skip to content

Commit

Permalink
owfile: Hide apply button after resetting editor_model
Browse files Browse the repository at this point in the history
  • Loading branch information
lanzagar committed Nov 4, 2016
1 parent 3d865bc commit 70355e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orange/widgets/data/owfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ def load_data(self):
# file readers
# pylint: disable=broad-except
self.editor_model.set_domain(None)
self.apply_button.hide()

error = None
try:
Expand Down

0 comments on commit 70355e0

Please sign in to comment.