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
ConnectionIdUtils:
- Fixed "intNodeId" typo to "inNodeId" in toJson()
- Added backward compatibility in fromJson()
Processing status icons:
- Initialize icons in NodeStyle constructor after Q_INIT_RESOURCE
(fixes icons not loading due to static initialization order)
- Fixed resource path format from "://" to ":/"
- Skip drawing when status is NoStatus
- Use const reference for ProcessingIconStyle to avoid copy
- Auto-move icon to BottomLeft when node is resizable to avoid
overlap with resize handle
RandomNumberModel example:
- Fixed memory leak by reusing timer instead of creating new ones
0 commit comments