#1323 Added context menu in 3D "Plot Time History for Selected Cells"

This commit is contained in:
Magne Sjaastad
2017-03-19 08:53:15 +01:00
parent bd659c0769
commit bdf2ea4961
5 changed files with 168 additions and 0 deletions

View File

@@ -326,6 +326,8 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event)
commandIds << "RicUnLinkViewFeature";
}
commandIds << "Separator";
commandIds << "RicNewGridTimeHistoryCurveFeature";
RimContextCommandBuilder::appendCommandsToMenu(commandIds, &menu);