graphic fix
This commit is contained in:
@@ -40,6 +40,8 @@ struct QAD_GRAPHIC_EXPORT GraphicType {
|
||||
double width = 0.,
|
||||
bool visible_ = true);
|
||||
void removeData();
|
||||
bool init();
|
||||
void destroy();
|
||||
//~GraphicType() {delete pb;}
|
||||
QString name;
|
||||
QPolygonF polyline;
|
||||
@@ -54,7 +56,7 @@ struct QAD_GRAPHIC_EXPORT GraphicType {
|
||||
double pointWidth;
|
||||
double max_x;
|
||||
double max_x_pause;
|
||||
QCheckBox * pb;
|
||||
QCheckBox * pb = nullptr;
|
||||
QIcon icon;
|
||||
bool visible;
|
||||
QRectF cvrect;
|
||||
|
||||
Reference in New Issue
Block a user