[TD]fix loss of line style

This commit is contained in:
wandererfan
2023-10-26 11:58:43 -04:00
committed by WandererFan
parent 2cfd936af0
commit b80c05d248
3 changed files with 7 additions and 4 deletions

View File

@@ -51,7 +51,8 @@ QGIEdge::QGIEdge(int index) :
setFill(Qt::NoBrush);
}
//NOTE this refers to Qt cosmetic lines
// NOTE this refers to Qt cosmetic lines (a line with minimum width),
// not FreeCAD cosmetic lines
void QGIEdge::setCosmetic(bool state)
{
// Base::Console().Message("QGIE::setCosmetic(%d)\n", state);