Skip to content

Commit

Permalink
Fix for bottom summary axis
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Sep 19, 2023
1 parent e3c3232 commit aade66b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2806,7 +2806,7 @@ void RimSummaryPlot::initAfterRead()

copyAxis( RiuPlotAxis::defaultLeft(), m_leftYAxisProperties_OBSOLETE.v() );
copyAxis( RiuPlotAxis::defaultRight(), m_rightYAxisProperties_OBSOLETE.v() );
copyAxis( RiuPlotAxis::defaultBottom(), m_bottomAxisProperties_OBSOLETE.v() );
copyAxis( RiuPlotAxis::defaultBottomForSummaryVectors(), m_bottomAxisProperties_OBSOLETE.v() );
copyAxis( RiuPlotAxis::defaultBottom(), m_timeAxisProperties_OBSOLETE.v() );
}

Expand Down

0 comments on commit aade66b

Please sign in to comment.