#9357 StimPlanModelPlot: Plot visibility and logic updates

- update project tree after plot is generated
- set default text tracker orientation to vertical
- call base class fieldChangedByUi to handle hiding of Stimplan plot
This commit is contained in:
Magne Sjaastad
2022-10-13 07:09:44 +02:00
parent e7a486c802
commit 7591b480a3
3 changed files with 7 additions and 3 deletions

View File

@@ -456,6 +456,8 @@ RimStimPlanModelPlot* RicNewStimPlanModelPlotFeature::createStimPlanModelPlot( b
QString( "StimPlan Model Plot %1" ).arg( stimPlanModelPlotCollection()->stimPlanModelPlots().size() ) );
}
stimPlanModelPlotColl->updateAllRequiredEditors();
if ( showAfterCreation )
{
RiaGuiApplication::instance()->getOrCreateAndShowMainPlotWindow();