techartorg / bqt

A Blender add-on to support & manage Qt Widgets in Blender (PySide2)

Home Page:https://github.com/techartorg/bqt/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

causes parent bug on buttonizer

hannesdelbeke opened this issue · comments

https://github.com/hannesdelbeke/buttonizer/blob/main/buttonizer/main.py

this widget tries to delete a childwidget with setparent(None),
but bqt auto parents that widget, which results in the widget being adopted by the bqt manager instead