(#622) Show warning when hiding LAS curves in TVD plots

This warning can be disabled from preferences
This commit is contained in:
Magne Sjaastad
2015-10-30 11:42:11 +01:00
parent 11c76b9fcc
commit 6c864c5bed
3 changed files with 25 additions and 2 deletions
@@ -59,6 +59,8 @@ public: // Pdm Fields
caf::PdmField<cvf::Color3f> defaultFaultGridLineColors;
caf::PdmField<cvf::Color3f> defaultViewerBackgroundColor;
caf::PdmField<cvf::Color3f> defaultWellLabelColor;
caf::PdmField<bool> showLasCurveWithoutTvdWarning;
caf::PdmField<bool> useShaders;
caf::PdmField<bool> showHud;