mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
The curve icon does not show up for some reason.
This commit is contained in:
@@ -36,7 +36,7 @@ CAF_PDM_XML_ABSTRACT_SOURCE_INIT(RimWellLogPlotCurve, "WellLogPlotCurve");
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimWellLogPlotCurve::RimWellLogPlotCurve()
|
||||
{
|
||||
CAF_PDM_InitObject("Curve", "", "", "");
|
||||
CAF_PDM_InitObject("Curve", ":/WellLogCurve16x16.png", "", "");
|
||||
|
||||
CAF_PDM_InitField(&m_showCurve, "Show", true, "Show curve", "", "", "");
|
||||
m_showCurve.uiCapability()->setUiHidden(true);
|
||||
|
||||
Reference in New Issue
Block a user