Fix indent
This commit is contained in:
parent
e1012501ec
commit
02257694c4
@ -522,7 +522,7 @@ class TabbedBrowser(tabwidget.TabWidget):
|
|||||||
# If needed, re-open the tab as a workaround for QTBUG-54419.
|
# If needed, re-open the tab as a workaround for QTBUG-54419.
|
||||||
# See https://bugreports.qt.io/browse/QTBUG-54419
|
# See https://bugreports.qt.io/browse/QTBUG-54419
|
||||||
if (tab.backend == usertypes.Backend.QtWebEngine and
|
if (tab.backend == usertypes.Backend.QtWebEngine and
|
||||||
tab.needs_qtbug54419_workaround):
|
tab.needs_qtbug54419_workaround):
|
||||||
log.misc.debug("Doing QTBUG-54419 workaround for {}, "
|
log.misc.debug("Doing QTBUG-54419 workaround for {}, "
|
||||||
"url {}".format(tab, url))
|
"url {}".format(tab, url))
|
||||||
self.setUpdatesEnabled(False)
|
self.setUpdatesEnabled(False)
|
||||||
|
Loading…
Reference in New Issue
Block a user