mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1847 Add plot and curve list to the Curve Creator
Cleaned up RicSummaryCurveCreator.h
This commit is contained in:
@@ -142,7 +142,7 @@ void RiuCustomObjectEditor::recursivelyConfigureAndUpdateTopLevelUiItems(const s
|
||||
{
|
||||
if (topLevelUiItems[i]->isUiHidden(uiConfigName)) continue;
|
||||
|
||||
if (topLevelUiItems[i]->isUiGroup())
|
||||
if (topLevelUiItems[i]->isUiGroup() && topLevelUiItems[i]->uiName() != "Blank")
|
||||
{
|
||||
caf::PdmUiGroup* group = static_cast<caf::PdmUiGroup*>(topLevelUiItems[i]);
|
||||
QMinimizePanel* groupBox = findOrCreateGroupBox(this->widget(), group, uiConfigName);
|
||||
|
||||
Reference in New Issue
Block a user