Skip to content

Commit

Permalink
Re #4466 fix combo update for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Jan 11, 2012
1 parent bd86f21 commit 8f8f04f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,10 @@ def set_state(self, state):
"""
Update the catalog according to the new data path
"""
pass

# Refresh combo boxes
self.populate_combobox(self._content.low_q_combo)
self.populate_combobox(self._content.medium_q_combo)
self.populate_combobox(self._content.high_q_combo)

def get_state(self):
"""
Expand Down

0 comments on commit 8f8f04f

Please sign in to comment.