rwl / muntjac

A web application GUI toolkit
http://www.muntiacus.org
Apache License 2.0
42 stars 14 forks source link

events may contain '' on column resize #17

Closed dndred closed 12 years ago

dndred commented 12 years ago

/muntjac/ui/table.py def handleColumnWidthUpdates(self, variables): ... events = variables.get('columnWidthUpdates') events may contain '' on column resize need to add a check "if string:" the loop body, or something like that.