#5766 Make it possible to change color of well disks.

This commit is contained in:
Kristian Bendiksen
2020-04-06 15:29:40 +02:00
committed by Gaute Lindkvist
parent e5eb2063be
commit 3f988f2d79
5 changed files with 28 additions and 3 deletions

View File

@@ -161,6 +161,8 @@ public:
void updateWellDisks();
double wellDiskScaleFactor() const;
caf::PdmField<cvf::Color3f> wellDiskColor;
protected:
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue ) override;