Commit c45180e1d4c408f17257c620a7aefac9a5a74bd1
1 parent
b96aa975
Exists in
master
and in
100 other branches
Add _used properties in copy constructor of Axis
Showing
2 changed files
with
3 additions
and
0 deletions
Show diff stats
src/ParamOutputImpl/Plot/Axis.cc
src/ParamOutputImpl/Plot/PanelPlotOutput.cc
... | ... | @@ -2590,6 +2590,8 @@ std::string PanelPlotOutput::drawOppositeSide(boost::shared_ptr<Axis> pAxis) { |
2590 | 2590 | boost::shared_ptr<Axis> lNewAxis; |
2591 | 2591 | std::string lOppositeSide; |
2592 | 2592 | |
2593 | + | |
2594 | + | |
2593 | 2595 | switch (pAxis->_position) { |
2594 | 2596 | case PlotCommon::Position::POS_BOTTOM: |
2595 | 2597 | if (pAxis->_visible && !_plotAreaSideSet[PlotCommon::Position::POS_TOP]) { | ... | ... |