File tree Expand file tree Collapse file tree
ApplicationLibCode/ProjectDataModel/Flow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,14 +203,13 @@ void RimWellRftPlot::applyCurveAppearance( RimWellLogCurve* curve )
203203 {
204204 if ( m_selectedRealization && rftCurve->summaryCase () == m_selectedRealization )
205205 {
206- auto * track = dynamic_cast <RimWellLogTrack*>( plotByIndex ( 0 ) );
207- auto * qwtWidget = track ? dynamic_cast <RiuQwtPlotWidget*>( track->plotWidget () ) : nullptr ;
208- cvf::Color3f bgColor = qwtWidget ? RiaColorTools::fromQColorTo3f ( qwtWidget->backgroundColor () ) : cvf::Color3f::WHITE;
209- curve->setColor ( RiaColorTools::contrastColor ( bgColor ) );
206+ curve->setColor ( RiaColorTools::fromQColorTo3f ( QColor ( " #e8572a" ) ) );
207+ curve->setLineThickness ( 3 );
210208 curve->setZOrder ( RiuQwtPlotCurveDefines::zDepthForIndex ( RiuQwtPlotCurveDefines::ZIndex::Z_HIGHLIGHTED_CURVE ) );
211209 }
212210 else
213211 {
212+ curve->setLineThickness ( 1 );
214213 curve->setZOrder ( RiuQwtPlotCurveDefines::zDepthForIndex ( RiuQwtPlotCurveDefines::ZIndex::Z_ENSEMBLE_CURVE ) );
215214 }
216215 }
You can’t perform that action at this time.
0 commit comments