##// END OF EJS Templates
Bugfix no geometry call when axis removed and added again
Bugfix no geometry call when axis removed and added again

File last commit:

r78:681c12da395a
r259:dfda127abd04
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}