mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Hide cross section command from context menu of simulation well
This commit is contained in:
parent
b77d91b5e1
commit
0b097ec2eb
@ -239,6 +239,8 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event)
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Include when cross section from simulation wells are ready
|
||||
/*
|
||||
const RivEclipseWellSourceInfo* eclipseWellSourceInfo = dynamic_cast<const RivEclipseWellSourceInfo*>(firstHitPart->sourceInfo());
|
||||
if (eclipseWellSourceInfo)
|
||||
{
|
||||
@ -250,6 +252,7 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event)
|
||||
commandIds << "RicNewSimWellCrossSectionFeature";
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
// View Link commands
|
||||
|
Loading…
Reference in New Issue
Block a user