Ed Leafe wrote:
> On Dec 6, 2010, at 5:28 AM, Fraser Burns wrote:
>
>   
>> Please clarify your meaning as to which line:
>>     
>
>
>       Sorry, my bad. I had been changing a few other things trying to see 
> what was going on. In the subversion HEAD revision, the line number to 
> comment out would be 540:
>
> 532                   elif clsname == "LayoutSpacerPanel":
> 533                           if self.CreateDesignerControls:
> 534                                   spcObjDef = 
> "currSizer.append(LayoutSpacerPanel(currParent, Spacing=%(spc)s))"
> 535                           else:
> 536                                   spcObjDef = 
> "currSizer.appendSpacer(%(spc)s)"
> 537                           # Insert a spacer
> 538                           spc = atts.get("Spacing", "10")
> 539                           spcObjDef = spcObjDef % locals()
> 540                   #       self.classText += LINESEP + self._spcText % 
> locals()
>
>
> -- Ed Leafe
>   
My line 540 matches and commenting it makes no visible difference.-- 
Fraser Burns
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to