mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 10:05:47 +08:00
fixed mem issue (undefined var)
This commit is contained in:
parent
587f901e03
commit
c8c3b607b1
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user