Commit df54c80a authored by Alex Op's avatar Alex Op
Browse files

Remove debug print

parent 854fac3d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -521,8 +521,6 @@ class TextBlkItem(QGraphicsTextItem):

            fmt.setForeground(QColor(*self.fontformat.frgb))
            cursor.mergeCharFormat(fmt)

            print(f"Created gradient pixmap for {self.idx} with angle {self.fontformat.gradient_angle} and size {self.fontformat.gradient_size} at {self.pos()}")
        else:
            option.state = QStyle.State_None
            super().paint(painter, option, widget)