diff options
Diffstat (limited to 'iup/srcpplot/iupPPlot.cpp')
-rwxr-xr-x | iup/srcpplot/iupPPlot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iup/srcpplot/iupPPlot.cpp b/iup/srcpplot/iupPPlot.cpp index c0d07c9..c0658bc 100755 --- a/iup/srcpplot/iupPPlot.cpp +++ b/iup/srcpplot/iupPPlot.cpp @@ -942,7 +942,7 @@ PPlot::PPlot (): mHasAnyModifyingCalculatorBeenActive (false) { mMargins = kDefaultMargins; - mYAxisSetup.mAscending = false; + mYAxisSetup.mAscending = false; /* default inverted for Y */ } PPlot::~PPlot () { |