Add support to GUI's property editor for argument.count > 1.
authorW. Trevor King <wking@drexel.edu>
Wed, 4 Aug 2010 17:36:40 +0000 (13:36 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 4 Aug 2010 17:36:40 +0000 (13:36 -0400)
commitf6ece66e5850e6b2d8743faa532552097e60bfd7
tree94619a5abe228b11f346ba10b527e2f4a43b54cb
parente19b115bbff9515313d4b2660d530556e42f3c0d
Add support to GUI's property editor for argument.count > 1.

Now we only bail if the argument count is -1 (infinite).

Also fix a col,row -> row,col bug that was goofing up property
tooltips.
hooke/ui/gui/__init__.py
hooke/ui/gui/panel/propertyeditor.py