mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
AppFwk : Fix missing rename in test application
This commit is contained in:
parent
ffaeccf31c
commit
9edd567d42
@ -173,7 +173,7 @@ void CustomObjectEditor::recursivelyConfigureAndUpdateTopLevelUiOrdering(const P
|
||||
std::pair<int, int> rowCol = rowAndColumn(nextCellId);
|
||||
m_layout->addWidget(groupBox, rowCol.first, rowCol.second, 1, 1);
|
||||
|
||||
recursivelyConfigureAndUpdateUiOrderingInGridLayoutColumn(*group, groupBox->contentFrame(), uiConfigName);
|
||||
recursivelyConfigureAndUpdateUiOrderingInNewGridLayout(*group, groupBox->contentFrame(), uiConfigName);
|
||||
}
|
||||
|
||||
// NB! Only groups at top level are handled, fields at top level are not added to layout
|
||||
|
Loading…
Reference in New Issue
Block a user