#3290 Always resize columnwidths when adding targets

This commit is contained in:
Jacob Støren
2018-08-29 17:08:03 +02:00
parent 015bb1719a
commit 6168ac95ab

View File

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