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

White Lines #19

Open
tay10r opened this issue Feb 9, 2022 · 2 comments
Open

White Lines #19

tay10r opened this issue Feb 9, 2022 · 2 comments

Comments

@tay10r
Copy link

tay10r commented Feb 9, 2022

When dragging nodes around, white lines appear around their original locations.

Tested using Qt 6 (don't have the minor, patch version at the moment.)

Original issue here: paceholder#294

@Daguerreo
Copy link
Owner

Have you using Windows? Because I never seen that on Linux, but I think it could be happened to me too in Win once.

Just out of curiosity, try in the constrctor of FlowView, line 40

after
setBackgroundBrush(flowViewStyle.BackgroundColor);

try to add
setViewportUpdateMode(QGraphicsView::FullViewportUpdate);

and check if change something. It should prevent the glitch when embedded widget is resized

@tay10r
Copy link
Author

tay10r commented Feb 14, 2022

@Daguerreo can confirm that it doesn't happen on Linux (Ubuntu). Will update when I find out if the call to setViewportUpdateMode fixes the problem.

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

No branches or pull requests

2 participants