mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3290 Always resize columnwidths when adding targets
This commit is contained in:
@@ -479,6 +479,7 @@ void RimWellPathGeometryDef::defineEditorAttribute(const caf::PdmFieldHandle* fi
|
|||||||
if (tvAttribute && m_pickPointsEnabled)
|
if (tvAttribute && m_pickPointsEnabled)
|
||||||
{
|
{
|
||||||
tvAttribute->baseColor.setRgb(255, 220, 255);
|
tvAttribute->baseColor.setRgb(255, 220, 255);
|
||||||
|
tvAttribute->forceColumnWidthResize = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user