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
|
||||
* Gregor Pohl
|
||||
* Eivind Uggedal
|
||||
* Averrin
|
||||
* Arseniy Seroka
|
||||
* Andreas Fischer
|
||||
// QUTE_AUTHORS_END
|
||||
|
@ -517,7 +517,7 @@ class TabbedBrowser(tabwidget.TabWidget):
|
||||
log.modes.debug("Current tab changed, focusing {!r}".format(tab))
|
||||
tab.setFocus()
|
||||
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')
|
||||
if self._now_focused is not None:
|
||||
objreg.register('last-focused-tab', self._now_focused, update=True,
|
||||
|
Loading…
Reference in New Issue
Block a user