mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#11482 Add fault mesh line thickness option
This commit is contained in:
@@ -516,6 +516,8 @@ void RivFaultPartMgr::updatePartEffect()
|
||||
|
||||
cvf::ref<cvf::Effect> eff;
|
||||
caf::MeshEffectGenerator faultEffGen( prefs->defaultFaultGridLineColors() );
|
||||
faultEffGen.setLineWidth( m_rimFaultCollection->meshLineThickness() );
|
||||
|
||||
eff = faultEffGen.generateCachedEffect();
|
||||
|
||||
if ( m_nativeFaultGridLines.notNull() )
|
||||
|
||||
Reference in New Issue
Block a user