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)
commitce3503baf79868c1aebf20d52b50896ee3928e2f
tree94619a5abe228b11f346ba10b527e2f4a43b54cb
parentff76907c38dde8ae0725729c461bd44f76f0f909
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