Fix #249.
This commit is contained in:
parent
ab63fa59a6
commit
b401bab815
1 changed files with 3 additions and 1 deletions
|
@ -199,7 +199,9 @@ int TabWidget::addNewspaperView(RootItem* root, const QList<Message>& messages)
|
|||
#endif
|
||||
|
||||
int index = addTab(prev, qApp->icons()->fromTheme(QSL("format-justify-fill")), tr("Newspaper view"), TabBar::Closable);
|
||||
setCurrentIndex(index);
|
||||
|
||||
// NOTE: Do not bring "newspaper" tabs to front anymore.
|
||||
//setCurrentIndex(index);
|
||||
|
||||
#if defined(USE_WEBENGINE)
|
||||
prev->loadMessages(messages, root);
|
||||
|
|
Loading…
Add table
Reference in a new issue