#4206 Set new defaults for grid cross plot

This commit is contained in:
Gaute Lindkvist
2019-03-19 09:07:04 +01:00
parent f09f487635
commit 155dba5591
5 changed files with 45 additions and 6 deletions

View File

@@ -302,6 +302,14 @@ bool RimPlotAxisProperties::isAxisInverted() const
return m_isAxisInverted();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimPlotAxisProperties::setAxisInverted(bool inverted)
{
m_isAxisInverted = inverted;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------