[TD]allow section line when base is section
This commit is contained in:
@@ -138,11 +138,3 @@ void QGIViewSection::updateView(bool update)
|
||||
draw();
|
||||
QGIView::updateView(update);
|
||||
}
|
||||
|
||||
void QGIViewSection::drawSectionLine(TechDraw::DrawViewSection* s, bool b)
|
||||
{
|
||||
Q_UNUSED(b);
|
||||
Q_UNUSED(s);
|
||||
//override QGIVP::drawSectionLine
|
||||
}
|
||||
|
||||
|
||||
@@ -39,10 +39,8 @@ public:
|
||||
|
||||
void draw() override;
|
||||
void updateView(bool update = false) override;
|
||||
enum {Type = QGraphicsItem::UserType + 108};
|
||||
int type() const override { return Type;}
|
||||
void drawSectionLine(TechDraw::DrawViewSection* s, bool b) override;
|
||||
|
||||
enum { Type = QGraphicsItem::UserType + 108 };
|
||||
int type() const override { return Type; }
|
||||
|
||||
protected:
|
||||
void drawSectionFace();
|
||||
|
||||
Reference in New Issue
Block a user