Merge branch 'averrin-patch-2'
This commit is contained in:
commit
80d3bb712d
@ -177,6 +177,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* HalosGhost
|
* HalosGhost
|
||||||
* Gregor Pohl
|
* Gregor Pohl
|
||||||
* Eivind Uggedal
|
* Eivind Uggedal
|
||||||
|
* Averrin
|
||||||
* Arseniy Seroka
|
* Arseniy Seroka
|
||||||
* Andreas Fischer
|
* Andreas Fischer
|
||||||
// QUTE_AUTHORS_END
|
// QUTE_AUTHORS_END
|
||||||
|
@ -517,7 +517,7 @@ class TabbedBrowser(tabwidget.TabWidget):
|
|||||||
log.modes.debug("Current tab changed, focusing {!r}".format(tab))
|
log.modes.debug("Current tab changed, focusing {!r}".format(tab))
|
||||||
tab.setFocus()
|
tab.setFocus()
|
||||||
for mode in (usertypes.KeyMode.hint, usertypes.KeyMode.insert,
|
for mode in (usertypes.KeyMode.hint, usertypes.KeyMode.insert,
|
||||||
usertypes.KeyMode.caret):
|
usertypes.KeyMode.caret, usertypes.KeyMode.passthrough):
|
||||||
modeman.maybe_leave(self._win_id, mode, 'tab changed')
|
modeman.maybe_leave(self._win_id, mode, 'tab changed')
|
||||||
if self._now_focused is not None:
|
if self._now_focused is not None:
|
||||||
objreg.register('last-focused-tab', self._now_focused, update=True,
|
objreg.register('last-focused-tab', self._now_focused, update=True,
|
||||||
|
Loading…
Reference in New Issue
Block a user