#5538 Show scripts in plot window project tree

This commit is contained in:
Magne Sjaastad 2020-04-01 13:31:40 +02:00 committed by Gaute Lindkvist
parent a48524eb42
commit 2dcab9981b

View File

@ -1367,6 +1367,8 @@ void RimProject::defineUiTreeOrdering( caf::PdmUiTreeOrdering& uiTreeOrdering, Q
itemCollection->add( mainPlotCollection->multiPlotCollection() ); itemCollection->add( mainPlotCollection->multiPlotCollection() );
} }
} }
uiTreeOrdering.add( scriptCollection() );
} }
else else
{ {