#12075 When activating an item, also select the item

This commit is contained in:
Magne Sjaastad
2025-01-16 17:51:20 +01:00
parent d17ecc4345
commit 533885239d
3 changed files with 11 additions and 15 deletions

View File

@@ -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