Skip to content

Commit

Permalink
Merge pull request #1782 from oliver-sanders/right-click-on-state-change
Browse files Browse the repository at this point in the history
cylc gui: fixed right click not showing bug.
  • Loading branch information
arjclark committed Apr 11, 2016
2 parents 3fdea49 + 62c4367 commit fdbd262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cylc/gui/view_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def on_popup_quit(self, b, lv, w):

def refresh(self):
self.t.update_gui()
self.t.action_required = True

def get_menuitems(self):
"""Return the menu items specific to this view."""
Expand Down

0 comments on commit fdbd262

Please sign in to comment.