fixed mem issue (undefined var)

This commit is contained in:
Jan Krieger 2015-10-20 18:41:49 +02:00
parent 587f901e03
commit c8c3b607b1

View File

@ -2093,6 +2093,7 @@ JKQTPboxplotVerticalGraph::JKQTPboxplotVerticalGraph(JKQtBasePlotter* parent):
meanSymbol=JKQTPplus;
meanSymbolWidth=1;
meanSymbolSize=12;
sortData=Unsorted;
if (parent) { // get style settings from parent object
parentPlotStyle=parent->getNextStyle();
@ -2123,6 +2124,7 @@ JKQTPboxplotVerticalGraph::JKQTPboxplotVerticalGraph(JKQtPlotter* parent):
meanSymbol=JKQTPplus;
meanSymbolWidth=1;
meanSymbolSize=12;
sortData=Unsorted;
if (parent) { // get style settings from parent object
parentPlotStyle=parent->getNextStyle();