Update SbieView.cpp

This commit is contained in:
DavidXanatos 2022-06-26 08:25:37 +02:00
parent 92b246da84
commit 6ec1069a17
1 changed files with 3 additions and 1 deletions

View File

@ -1304,8 +1304,10 @@ void CSbieView::OnDoubleClicked(const QModelIndex& index)
if ((QGuiApplication::queryKeyboardModifiers() & Qt::ControlModifier) == 0) {
if (index.column() == CSbieModel::ePath)
if (index.column() == CSbieModel::ePath) {
OnSandBoxAction(m_pMenuExplore);
return;
}
}
//if (index.column() != CSbieModel::eName)