mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-20 11:48:35 -06:00
Add grid calculator button to 3d view toolbar, add grid calc command to case context menu
This commit is contained in:
parent
b706192ea3
commit
0cc4f69ba3
@ -1158,6 +1158,7 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
|
||||
}
|
||||
else if ( dynamic_cast<RimEclipseCase*>( firstUiItem ) )
|
||||
{
|
||||
menuBuilder << "RicShowGridCalculatorFeature";
|
||||
menuBuilder << "RicAddEclipseInputPropertyFeature";
|
||||
menuBuilder << "RicReloadCaseFeature";
|
||||
menuBuilder << "RicReplaceCaseFeature";
|
||||
|
@ -635,6 +635,7 @@ void RiuMainWindow::createToolBars()
|
||||
toolbar->addAction( cmdFeatureMgr->action( "RicShowPlotWindowFeature" ) );
|
||||
toolbar->addAction( cmdFeatureMgr->action( "RicLinkVisibleViewsFeature" ) );
|
||||
toolbar->addAction( cmdFeatureMgr->action( "RicTileWindowsFeature" ) );
|
||||
toolbar->addAction( cmdFeatureMgr->action( "RicShowGridCalculatorFeature" ) );
|
||||
}
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user