Merge branch 'master' of https://github.com/The-Compiler/qutebrowser into pintab
This commit is contained in:
commit
6053078637
@ -208,6 +208,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Jussi Timperi
|
* Jussi Timperi
|
||||||
* Fritz Reichwald
|
* Fritz Reichwald
|
||||||
* Brian Jackson
|
* Brian Jackson
|
||||||
|
* thuck
|
||||||
* sbinix
|
* sbinix
|
||||||
* neeasade
|
* neeasade
|
||||||
* jnphilipp
|
* jnphilipp
|
||||||
|
@ -522,7 +522,8 @@ 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.needs_qtbug54419_workaround:
|
if (tab.backend == usertypes.Backend.QtWebEngine and
|
||||||
|
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