Fix for Issue #2879

This commit is contained in:
Penaz91 2017-09-20 13:31:44 +02:00
parent f5c15b6ce8
commit ccba76f757
2 changed files with 2 additions and 1 deletions

View File

@ -753,7 +753,7 @@ class AbstractTab(QWidget):
self.load_finished.emit(ok)
if not self.title():
self.title_changed.emit(self.url().toDisplayString())
self._handle_auto_insert_mode(ok)
# self._handle_auto_insert_mode(ok)
@pyqtSlot()
def _on_history_trigger(self):

View File

@ -689,6 +689,7 @@ class TabbedBrowser(tabwidget.TabWidget):
self._update_tab_title(idx)
if idx == self.currentIndex():
self._update_window_title()
tab._handle_auto_insert_mode(ok)
@pyqtSlot()
def on_scroll_pos_changed(self):