Changeset 4276
- Timestamp:
- 07/13/08 15:29:43 (3 months ago)
- Files:
-
- trunk/dabo/ui/uiwx/dPemMixin.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dabo/ui/uiwx/dPemMixin.py
r4204 r4276 950 950 cnt = cnt.Parent 951 951 p = self 952 lastPar = None 952 953 found = False 953 954 while (p is not None): 954 lastPar = p955 955 if p is cnt: 956 956 found = True … … 958 958 l += p.Left 959 959 t += p.Top 960 lastPar = p 960 961 p = p.Parent 961 962 # If we didn't find the container, that means that the object
