mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2094 Move annotation functions from updateGridBoxData to new function
This commit is contained in:
@@ -463,7 +463,7 @@ size_t RivWellPathPartMgr::segmentIndexFromTriangleIndex(size_t triangleIndex)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RivWellPathPartMgr::updateWellNameTextColor(cvf::Color3f color)
|
||||
void RivWellPathPartMgr::updateWellLabelTextColor(cvf::Color3f color)
|
||||
{
|
||||
if (m_wellLabelPart.p())
|
||||
{
|
||||
|
||||
@@ -72,7 +72,7 @@ public:
|
||||
|
||||
size_t segmentIndexFromTriangleIndex(size_t triangleIndex);
|
||||
|
||||
void updateWellNameTextColor(cvf::Color3f color);
|
||||
void updateWellLabelTextColor(cvf::Color3f color);
|
||||
|
||||
private:
|
||||
void appendFishboneSubsPartsToModel(cvf::ModelBasicList* model,
|
||||
|
||||
Reference in New Issue
Block a user