mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
..
This commit is contained in:
parent
58763650bb
commit
f12720620b
@ -751,6 +751,7 @@ class searchwordW(closeashidewindow):
|
||||
html = self.cache_results[self.tabks[idx]]
|
||||
except:
|
||||
return
|
||||
self.textOutput.set_zoom(globalconfig["ZoomFactor"])
|
||||
self.textOutput.setHtml(html)
|
||||
|
||||
def setupUi(self):
|
||||
|
@ -834,7 +834,6 @@ class auto_select_webview(QWidget):
|
||||
self.internal.navigate(lastcachehtml)
|
||||
|
||||
def set_zoom(self, zoom):
|
||||
print(zoom)
|
||||
self.internal.set_zoom(zoom)
|
||||
|
||||
def sizeHint(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user