##// END OF EJS Templates
Bugfix missing xaxis label update on zoomOut
Bugfix missing xaxis label update on zoomOut

File last commit:

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