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
Don't know if there's more of that, but in symbol.py on the boundingRect function, the rect size is set with adding the self.__data.size to a QSizeF leading to a TypeError: unsupported operand type(s) for +: 'QSize' and 'QSizeF'.