mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-01 10:04:12 +08:00
...
This commit is contained in:
parent
7a775c2410
commit
0c71262879
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user