ClassBrowser choked on classes (like CombL) that inherit all their methods
commit9b5fd1bbfe86d27f08c4c39436ac773516d51217
authorJames Harkins <jamshark70@dewdrop-world.net>
Mon, 20 Feb 2012 06:25:59 +0000 (20 14:25 +0800)
committerJonatan Liljedahl <lijon@kymatica.com>
Mon, 20 Feb 2012 10:45:12 +0000 (20 11:45 +0100)
tree609fa5f529f17cb86d5dd2ea8a9ec083f84ebc88
parent4898cb612ee4db1d3b726ccf35ef7276137f88ae
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.

Signed-off-by: Jonatan Liljedahl <lijon@kymatica.com>
SCClassLibrary/Common/GUI/PlusGUI/Core/ClassBrowser.sc