/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/tree.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/tree.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 233 by bh, Fri Jul 19 15:15:16 2002 UTC revision 353 by bh, Tue Dec 3 17:35:30 2002 UTC
# Line 136  class SessionTreeCtrl(wxTreeCtrl): Line 136  class SessionTreeCtrl(wxTreeCtrl):
136              if isinstance(object, Layer) or isinstance(object, Map):              if isinstance(object, Layer) or isinstance(object, Map):
137                  break                  break
138              item = self.GetItemParent(item)              item = self.GetItemParent(item)
139            else:
140                # No layer or map was found in the chain of parents, so
141                # there's nothing we can do.
142                return
143    
144          self.changing_selection = 1          self.changing_selection = 1
145          try:          try:

Legend:
Removed from v.233  
changed lines
  Added in v.353

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26