You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just an update, although this fixes the slow graphics updating under Linux, it introduces some funny behavior when re-sizing backdrops. Only the corner being dragged gets updated until the backdrop is manually moved, or a zoom/pan is initiated.
This is less a bug report, but a suggested addition.
My code, based on nodegraphqt works great under windows, but the graphics were sluggish under Linux.
I was able to fix this issue by adding:
self._viewer.setViewportUpdateMode(QGraphicsView.BoundingRectViewportUpdate)
to the NodeGraph class init method.
I think there is perhaps a bug or issue on some systems regarding deciding on what to update.
Anyhow, this solved the issue entirely.
The text was updated successfully, but these errors were encountered: