(#339) Fixed well path related context menu

Made sure that the order of the items in the context menu is the same as
it used to be in the old project tree view. Removed separator.
This commit is contained in:
Pål Hagen
2015-08-24 16:33:54 +02:00
parent b70ae0160e
commit 5614f6d33a

View File

@@ -684,10 +684,9 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
}
else if (dynamic_cast<RimWellPathCollection*>(uiItem))
{
commandIds << "RicWellPathsImportSsihubFeature";
commandIds << "RicWellPathsImportFileFeature";
commandIds << "Separator";
commandIds << "RicWellPathsDeleteAllFeature";
commandIds << "RicWellPathsImportFileFeature";
commandIds << "RicWellPathsImportSsihubFeature";
}
else if (dynamic_cast<RimWellPath*>(uiItem))
{