Skip to content

Commit

Permalink
Improve layout cell filter collection
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Mar 12, 2024
1 parent f411b5f commit 285b5ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RimCellFilterCollection::RimCellFilterCollection()
m_isActive.uiCapability()->setUiHidden( true );

CAF_PDM_InitFieldNoDefault( &m_combineFilterMode, "CombineFilterMode", "" );
m_combineFilterMode.uiCapability()->setUiLabelPosition( caf::PdmUiItemInfo::HIDDEN );

CAF_PDM_InitField( &m_combineModeLabel, "CombineModeLabel", QString( "" ), "Combine Polygon and Range Filters Using Operation" );
m_combineModeLabel.uiCapability()->setUiEditorTypeName( caf::PdmUiLabelEditor::uiEditorTypeName() );
Expand Down

0 comments on commit 285b5ce

Please sign in to comment.