parent
c295486333
commit
42890b8a7f
@ -259,7 +259,7 @@ class TabbedBrowser(tabwidget.TabWidget):
|
|||||||
def undo(self):
|
def undo(self):
|
||||||
"""Undo removing of a tab."""
|
"""Undo removing of a tab."""
|
||||||
url, history_data = self._undo_stack.pop()
|
url, history_data = self._undo_stack.pop()
|
||||||
newtab = self.tabopen(url)
|
newtab = self.tabopen(url, background=False)
|
||||||
qtutils.deserialize(history_data, newtab.history())
|
qtutils.deserialize(history_data, newtab.history())
|
||||||
|
|
||||||
@pyqtSlot('QUrl', bool)
|
@pyqtSlot('QUrl', bool)
|
||||||
|
Loading…
Reference in New Issue
Block a user