fix tabindex statusbar not updating (#1247)

This commit is contained in:
Nick Ginther 2016-05-24 15:18:22 -05:00
parent f692d34d94
commit 8c487e9a5f

View File

@ -412,6 +412,8 @@ class TabbedBrowser(tabwidget.TabWidget):
background = config.get('tabs', 'background-tabs')
if not background:
self.setCurrentWidget(tab)
elif background:
self.tab_index_changed.emit(self.currentIndex(), self.count())
tab.show()
self.new_tab.emit(tab, idx)
return tab