This commit is contained in:
恍兮惚兮 2024-05-04 21:29:22 +08:00
parent 7a775c2410
commit 0c71262879

View File

@ -381,7 +381,7 @@ class Textbrowser:
self.textcursor.setPosition(blockstart + s) self.textcursor.setPosition(blockstart + s)
self.textbrowser.setTextCursor(self.textcursor) self.textbrowser.setTextCursor(self.textcursor)
tl1 = self.textbrowser.cursorRect(self.textcursor).topLeft() tl1 = self.textbrowser.cursorRect(self.textcursor).topLeft()
print(tl1)
if (lc + linei) > len(self.yinyinglabels): if (lc + linei) > len(self.yinyinglabels):
_newlabels = [ _newlabels = [
QLabel(self.toplabel2) QLabel(self.toplabel2)