https://bugs.kde.org/show_bug.cgi?id=473318
Alvin Wong <al...@alvinhc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |al...@alvinhc.com Status|REPORTED |RESOLVED Resolution|--- |DOWNSTREAM --- Comment #1 from Alvin Wong <al...@alvinhc.com> --- Hi, since the error comes from the pigment_o Python plugin (that does not come with Krita), you should contact the author of the plugin about the issue. If you just want to get it to work, you can probably change line 359 of `C:\Users\user\AppData\Roaming\krita\pykrita\pigment_o\pigment_o_modulo.py` from self.cursor_lmb.setGeometry(QtCore.QRect(-self.cursor_half, -self.cursor_half, self.cursor_size, self.cursor_size)) to self.cursor_lmb.setGeometry(QtCore.QRect(int(-self.cursor_half), int(-self.cursor_half), int(self.cursor_size), int(self.cursor_size))) -- You are receiving this mail because: You are watching all bug changes.