mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
fix
This commit is contained in:
parent
f418c9beea
commit
88a3a1b3c0
@ -168,7 +168,7 @@ class TextBrowser(QWidget, dataget):
|
||||
def _setnextfont(self, font, cleared):
|
||||
if cleared:
|
||||
self.textbrowser.setFont(font)
|
||||
else:
|
||||
|
||||
self.textbrowser.moveCursor(QTextCursor.MoveOperation.End)
|
||||
f = QTextCharFormat()
|
||||
f.setFont(font)
|
||||
|
Loading…
x
Reference in New Issue
Block a user