Корретная отрисовка в Canvas

This commit is contained in:
2025-12-07 20:49:47 +03:00
parent 0cb599e0e4
commit c9d3a73255
4 changed files with 64 additions and 21 deletions

View File

@@ -226,7 +226,6 @@ public:
void ReconstructOnNewPvec(VEC_pD& pvec, int& cnt) override;
Line* Copy() override;
void draw(QPainter& p, bool highlight = false);
void set_tag(int);
bool contains(QPointF, qreal tol = 10.0) const;
};