mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2025-01-12 08:50:31 +08:00
bugfix: removed compiler warning
This commit is contained in:
parent
2225e655f3
commit
9cba3fec25
@ -1047,7 +1047,9 @@ inline void JKQTPPlotLineDecorator(TPainter& painter, double x, double y, double
|
|||||||
painter.setPen(pinit);
|
painter.setPen(pinit);
|
||||||
painter.drawPolyline(poly, 4);
|
painter.drawPolyline(poly, 4);
|
||||||
} break;
|
} break;
|
||||||
case JKQTPNoDecorator: break;
|
case JKQTPLineDecoratorCount:
|
||||||
|
case JKQTPNoDecorator:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user