Dear all
I use QCustomPlot class to draw data figure.
Recently, when I continune plotting for a long time by the following code:
customPlot->graph(0)->setData(x,y);
ui->customPlot->graph(0)->rescaleAxes();
ui->customPlot->replot();
The program always crashed with the warning message: QBackingStore::endPaint() called with active painter on backingstore paint device.
Could you please give me some advice?
Thanks
Tom