#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 Magne Sjaastad
parent 0be429e0fe
commit eff3c91e4b
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;