Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two NodeComboBox added to a BaseNode will not draw correctly #432

Open
claudio-alvaro-wbgames opened this issue Sep 6, 2024 · 1 comment

Comments

@claudio-alvaro-wbgames
Copy link

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 claudio-alvaro-wbgames changed the title Two NodeComboBox to a BaseNode will not draw correctly Two NodeComboBox added to a BaseNode will not draw correctly Sep 6, 2024
@jchanvfx
Copy link
Owner

jchanvfx commented Oct 3, 2024

Hi @claudio-alvaro-wbgames,

Thanks catching the bug I think this might be related to this issue #414

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants