NodeGraphQt icon indicating copy to clipboard operation
NodeGraphQt copied to clipboard

Two NodeComboBox added to a BaseNode will not draw correctly

Open claudio-alvaro-wbgames opened this issue 1 year ago • 1 comments

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).

claudio-alvaro-wbgames avatar Sep 06 '24 20:09 claudio-alvaro-wbgames

Hi @claudio-alvaro-wbgames,

Thanks catching the bug I think this might be related to this issue https://github.com/jchanvfx/NodeGraphQt/issues/414

jchanvfx avatar Oct 03 '24 22:10 jchanvfx