mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-01 10:04:12 +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]]
|
html = self.cache_results[self.tabks[idx]]
|
||||||
except:
|
except:
|
||||||
return
|
return
|
||||||
|
self.textOutput.set_zoom(globalconfig["ZoomFactor"])
|
||||||
self.textOutput.setHtml(html)
|
self.textOutput.setHtml(html)
|
||||||
|
|
||||||
def setupUi(self):
|
def setupUi(self):
|
||||||
|
@ -834,7 +834,6 @@ class auto_select_webview(QWidget):
|
|||||||
self.internal.navigate(lastcachehtml)
|
self.internal.navigate(lastcachehtml)
|
||||||
|
|
||||||
def set_zoom(self, zoom):
|
def set_zoom(self, zoom):
|
||||||
print(zoom)
|
|
||||||
self.internal.set_zoom(zoom)
|
self.internal.set_zoom(zoom)
|
||||||
|
|
||||||
def sizeHint(self):
|
def sizeHint(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user