From 71f2a6c73ef2d612f03d31aad8d83ddcce82a543 Mon Sep 17 00:00:00 2001 From: Kristian Bendiksen Date: Thu, 2 Jul 2020 18:47:58 +0200 Subject: [PATCH] Avoid hiding facies result curve to make stress calculation work. --- .../CompletionCommands/RicNewFractureModelPlotFeature.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ApplicationCode/Commands/CompletionCommands/RicNewFractureModelPlotFeature.cpp b/ApplicationCode/Commands/CompletionCommands/RicNewFractureModelPlotFeature.cpp index f2a974107f..2539684ea2 100644 --- a/ApplicationCode/Commands/CompletionCommands/RicNewFractureModelPlotFeature.cpp +++ b/ApplicationCode/Commands/CompletionCommands/RicNewFractureModelPlotFeature.cpp @@ -269,7 +269,6 @@ void RicNewFractureModelPlotFeature::createFaciesTrack( RimFractureModelPlot* pl curve->setLineStyle( RiuQwtPlotCurve::STYLE_SOLID ); curve->setLineThickness( 2 ); curve->setAutoNameComponents( false, true, false, false, false ); - curve->setCurveVisibility( false ); faciesTrack->addCurve( curve ); faciesTrack->setAutoScaleXEnabled( true );