Changeset 4562

Show
Ignore:
Timestamp:
10/12/08 06:09:59 (1 month ago)
Author:
ed
Message:

Fixed a bug first reported by Richard Esplin in which changing a non-border sizer to a border sizer resulted in the box being saved as a separate component.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ide/ClassDesigner.py

    r4546 r4562  
    23772377            toSz = LayoutSizer() 
    23782378        else: 
    2379             toSz = LayoutBorderSizer(parent
     2379            toSz = LayoutBorderSizer(box=dui.dBox(parent)
    23802380        toSz.Orientation = ornt 
    23812381        memberItems = fromSz.Children