mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#12075 When activating an item, also select the item
This commit is contained in:
@@ -1290,10 +1290,9 @@ void RiuSummaryVectorSelectionUi::defineEditorAttribute( const caf::PdmFieldHand
|
||||
{
|
||||
if ( &m_selectedSummaryCategories == field )
|
||||
{
|
||||
attrib->currentIndexFieldHandle = &m_currentSummaryCategory;
|
||||
attrib->showTextFilter = false;
|
||||
attrib->showToggleAllCheckbox = false;
|
||||
attrib->setCurrentIndexWhenItemIsChecked = true;
|
||||
attrib->currentIndexFieldHandle = &m_currentSummaryCategory;
|
||||
attrib->showTextFilter = false;
|
||||
attrib->showToggleAllCheckbox = false;
|
||||
}
|
||||
|
||||
// All tree selection editors are set in specified selection mode
|
||||
|
||||
Reference in New Issue
Block a user