theodox / mGui

Python module for cleaner maya GUI layout syntax
MIT License
123 stars 23 forks source link

replaced generator expression with list #91

Closed Zackaroni closed 6 years ago

Zackaroni commented 6 years ago

The generator expression was causing Nested.clear to not actually iterate over all the controls.

I submitted issue #90 describing the problem.