mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-01 01:46:57 +01:00
Fix #249.
This commit is contained in:
parent
ab63fa59a6
commit
b401bab815
@ -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…
x
Reference in New Issue
Block a user