talmazov

Results 2 issues of talmazov

Using the following code `self.ui_outline_container = ui.collection(label="Outline Properties", parent = self.main_menu)` `self.ui_outline_container.builder([...])` does not produce a text label within the UI collection container ![92367867_269282320745797_7731682336781107200_n](https://user-images.githubusercontent.com/46112624/78622059-c5851380-7849-11ea-8f5d-12795f88c523.png)

I noticed today that when calling self.done(cancel = True) from within an fsm state (on ESC press) that the operator does not exit unless mouse cursor hovers outside the main...