ClassBrowser choked on classes (like CombL) that inherit all their methods
commitbf02b93015995aaa72b8f1e9f0345804f58ab845
authorJames Harkins <jamshark70@dewdrop-world.net>
Mon, 20 Feb 2012 06:25:59 +0000 (20 14:25 +0800)
committerTim Blechmann <tim@klingt.org>
Mon, 20 Feb 2012 10:43:07 +0000 (20 11:43 +0100)
treefb90f8a5f4e331a549be04e9fba283af8b46b3a9
parent1d22cb51e418cbd7f1b442928dc7f854e6fe9b7b
ClassBrowser choked on classes (like CombL) that inherit all their methods

~methodView's value is nil in this case, causing array indexing to fail.
Now it falls back to 0 if nil.
SCClassLibrary/Common/GUI/PlusGUI/Core/ClassBrowser.sc