Comment 3 for bug 1946407

Revision history for this message
yodatak (mryodatak) wrote :

Hi i got this issue now the app start but the copy does weird things like this bug :

"Traceback (most recent call last):
  File "/home/yodatak/.local/lib/python3.10/site-packages/raphodo/thumbnaildisplay.py", line 2224, in paint
    painter.drawPixmap(
TypeError: arguments did not match any overloaded call:
  drawPixmap(self, QRectF, QPixmap, QRectF): argument 1 has unexpected type 'float'
  drawPixmap(self, QRect, QPixmap, QRect): argument 1 has unexpected type 'float'
  drawPixmap(self, Union[QPointF, QPoint], QPixmap): argument 1 has unexpected type 'float'
  drawPixmap(self, QPoint, QPixmap): argument 1 has unexpected type 'float'
  drawPixmap(self, QRect, QPixmap): argument 1 has unexpected type 'float'
  drawPixmap(self, int, int, QPixmap): argument 1 has unexpected type 'float'
  drawPixmap(self, int, int, int, int, QPixmap): argument 1 has unexpected type 'float'
  drawPixmap(self, int, int, int, int, QPixmap, int, int, int, int): argument 1 has unexpected type 'float'
  drawPixmap(self, int, int, QPixmap, int, int, int, int): argument 1 has unexpected type 'float'
  drawPixmap(self, Union[QPointF, QPoint], QPixmap, QRectF): argument 1 has unexpected type 'float'
  drawPixmap(self, QPoint, QPixmap, QRect): argument 1 has unexpected type 'float'