Skip to content

Commit

Permalink
Publish navigator selectedIndexes
Browse files Browse the repository at this point in the history
ESS-1097
  • Loading branch information
riccardomarotti committed Jun 8, 2016
1 parent 534cf53 commit ff36dfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misura/client/navigator/navigator.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ def __init__(self, parent=None, doc=None, mainwindow=None, context='Graphics', m
misura_plugin_module = plugin
misura_confdb = confdb

def selectedIndexesPublic(self, *a, **k):
return self.selectedIndexes()

def set_doc(self, doc):
self.previous_selection = False
Expand Down

0 comments on commit ff36dfa

Please sign in to comment.