Changeset 4310

Show
Ignore:
Timestamp:
07/22/08 17:10:28 (3 months ago)
Author:
ed
Message:

Reverted the changes in rev. [4300] and [4301], as they should no longer be needed with the dPemMixin change.

Files:

Legend:

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

    r4301 r4310  
    26012601        # Here's where the control is actually created! 
    26022602        mixedClass = self.getControlClass(cls) 
    2603         obj = mixedClass(parent, properties=props) 
    2604         if attProperties is not None: 
    2605             obj.setPropertiesFromAtts(attProperties) 
     2603        obj = mixedClass(parent, properties=props, attProperties=attProperties) 
    26062604         
    26072605        if issubclass(cls, dui.dTreeView):