mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#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:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user