Closed john-pit closed 2 years ago
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'.
TypeError: unsupported operand type(s) for +: 'QSize' and 'QSizeF'
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'
.