mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Curve Plot Appearance: fix incorrect version check
This commit is contained in:
parent
faba3a980d
commit
3d560147b2
@ -267,7 +267,7 @@ void RimPlotCurve::updateCurveVisibility()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimPlotCurve::initAfterRead()
|
||||
{
|
||||
if ( RimProject::current()->isProjectFileVersionEqualOrOlderThan( "2024.10.1" ) )
|
||||
if ( RimProject::current()->isProjectFileVersionEqualOrOlderThan( "2021.06.0" ) )
|
||||
{
|
||||
// Forward values of obsolete fields to appearance object
|
||||
m_curveAppearance->setSymbolSize( m_symbolSize_OBSOLETE );
|
||||
|
Loading…
Reference in New Issue
Block a user