Skip to content

Commit

Permalink
Merge pull request #233 from mxcube/execution_22
Browse files Browse the repository at this point in the history
disable entry & model
  • Loading branch information
mguijarr authored May 23, 2017
2 parents 2757ea8 + dffd8a3 commit 341cf53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions queue_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ def post_execute(self):
view.setHighlighted(True)
view.setOn(False)
self.get_data_model().set_executed(True)
self.get_data_model().set_enabled(False)
self.set_enabled(False)
self._set_background_color()

def _set_background_color(self):
Expand Down

0 comments on commit 341cf53

Please sign in to comment.