Commit d5a470a8 authored by minicom's avatar minicom
Browse files

fix missing

parent 0058ed45
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -816,6 +816,7 @@ class TextBlkItem(QGraphicsTextItem):
            self.setFontSize(newvalue, repaint_background, True, restore_cursor, clip_size, **kwargs)
            cursor.clearSelection()
            self.squeezeBoundingRect()
        cursor.setPosition(0)

    def setFontSize(self, value: float, repaint_background: bool = False, set_selected: bool = False, restore_cursor: bool = False, clip_size: bool = False, **kwargs):
        '''