Skip to content

Commit

Permalink
Merge pull request enthought#91 from enthought/fix_selected
Browse files Browse the repository at this point in the history
When creating the notebook, take account of 'selected' trait to set the ...
  • Loading branch information
nmichaud committed Jan 8, 2013
2 parents 147a77c + 9a6628e commit 2550866
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions traitsui/qt4/list_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,9 @@ def update_editor ( self ):
# Remember the page for later deletion processing:
self._uis.append([ui.control, ui, view_object, monitoring])

if self.selected:
self._selected_changed(self.selected)

#---------------------------------------------------------------------------
# Handles some subset of the trait's list being updated:
#---------------------------------------------------------------------------
Expand Down

0 comments on commit 2550866

Please sign in to comment.