mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merged in VFP-tables commit 874433680d65ec3ce2735c06f1212fb478e413b1.
This commit is contained in:
committed by
Magne Sjaastad
parent
d1fc39a51c
commit
6636a29882
@@ -125,6 +125,7 @@
|
||||
#include "RimSurfaceCollection.h"
|
||||
#include "RimValveTemplate.h"
|
||||
#include "RimValveTemplateCollection.h"
|
||||
#include "RimVfpPlotCollection.h"
|
||||
#include "RimViewController.h"
|
||||
#include "RimViewLinker.h"
|
||||
#include "RimViewLinkerCollection.h"
|
||||
@@ -534,6 +535,10 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
|
||||
{
|
||||
menuBuilder << "RicNewPltPlotFeature";
|
||||
}
|
||||
else if ( dynamic_cast<RimVfpPlotCollection*>( firstUiItem ) )
|
||||
{
|
||||
menuBuilder << "RicNewVfpPlotFeature";
|
||||
}
|
||||
else if ( dynamic_cast<RimSummaryPlotCollection*>( firstUiItem ) )
|
||||
{
|
||||
menuBuilder << "RicPasteSummaryPlotFeature";
|
||||
|
||||
Reference in New Issue
Block a user