help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: [bug] CObject subclasses fileouts include shape


From: Paolo Bonzini
Subject: [Help-smalltalk] Re: [bug] CObject subclasses fileouts include shape
Date: Tue, 08 Sep 2009 01:20:07 -0700

Issue status update for http://smalltalk.gnu.org/project/issue/375 Post a follow up: http://smalltalk.gnu.org/project/comments/add/375

Project:      GNU Smalltalk
Version:      <none>
Component:    VisualGST
Category:     bug reports
Priority:     normal
Assigned to:  MrGwen
Reported by:  bonzinip
Updated by:   bonzinip
Status:       committed

The correct condition would be

           printClass shape =
               (printClass inheritShape
                   ifTrue: [ printClass superclass shape ]
                   ifFalse: [ nil ])






reply via email to

[Prev in Thread] Current Thread [Next in Thread]