mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Pressing "Enter" in the folders panel should open the folder in the main view. Thanks to Darío Andrés for the patch!
BUG: 172360 svn path=/trunk/KDE/kdebase/apps/; revision=911855
This commit is contained in:
parent
6d6ac58d3f
commit
185f35da3a
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ void FoldersPanel::showEvent(QShowEvent* event)
|
|||
|
||||
new FolderExpander(m_treeView, m_proxyModel);
|
||||
|
||||
connect(m_treeView, SIGNAL(clicked(const QModelIndex&)),
|
||||
connect(m_treeView, SIGNAL(activated(const QModelIndex&)),
|
||||
this, SLOT(updateActiveView(const QModelIndex&)));
|
||||
connect(m_treeView, SIGNAL(urlsDropped(const QModelIndex&, QDropEvent*)),
|
||||
this, SLOT(dropUrls(const QModelIndex&, QDropEvent*)));
|
||||
|
|
Loading…
Reference in a new issue