mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
open the tab in the background when "Open in new tab" is selected with the context menu (-> consistent behavior with middle click)
svn path=/trunk/KDE/kdebase/apps/; revision=891716
This commit is contained in:
parent
0577164fbd
commit
fe06efe734
1 changed files with 0 additions and 1 deletions
|
@ -357,7 +357,6 @@ void DolphinMainWindow::openInNewTab()
|
|||
const KFileItemList list = m_activeViewContainer->view()->selectedItems();
|
||||
if ((list.count() == 1) && list[0].isDir()) {
|
||||
openNewTab(m_activeViewContainer->view()->selectedUrls()[0]);
|
||||
m_tabBar->setCurrentIndex(m_viewTab.count() - 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue