NodeGraphQt
NodeGraphQt copied to clipboard
Two NodeComboBox added to a BaseNode will not draw correctly
Create a BaseNode with two comboBoxes (using add_combo_menu) with enough items for the first's listView to overlap the second (at least 5 elements). Note how the second comboBox draws over the open listView of the first comboBox.
I believe the issue here is that each widget is bundled into a separate QGraphicsProxyWidget container, thus drawn independently (no consideration for the state(s) of the other widgets).
Hi @claudio-alvaro-wbgames,
Thanks catching the bug I think this might be related to this issue https://github.com/jchanvfx/NodeGraphQt/issues/414