This commit is contained in:
恍兮惚兮 2024-06-05 06:21:59 +08:00
parent 58763650bb
commit f12720620b
2 changed files with 1 additions and 1 deletions

View File

@ -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):

View File

@ -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):