Changeset 351

Show
Ignore:
Timestamp:
Mon Oct 22 20:13:11 2007
Author:
Alexander
Message:

another minor fix

Files:

Legend:

Unmodified
Added
Removed
Modified
  • scripts/trunk/ORM/Open ORM Window.py

    r350 r351  
    2753 2753     def Draw(self, dc):  
    2754 2754         orm_object = self.Get('Target')  
    2755           nary = max(orm_object.Nary, 2)  
      2755         nary = orm_object.Nary or 1  
    2755 2755         x, y = self.GetPos()  
    2756 2756 ##        x = self.PosX  # treat this as the center of the shape