[TD]fix LineFormat ctor line color
This commit is contained in:
committed by
WandererFan
parent
11849808a1
commit
2f49a93292
@@ -31,7 +31,6 @@
|
||||
|
||||
#include "Geometry.h"
|
||||
|
||||
|
||||
class TopoDS_Edge;
|
||||
|
||||
namespace TechDraw {
|
||||
@@ -44,7 +43,7 @@ class TechDrawExport LineFormat
|
||||
public:
|
||||
LineFormat(int style = getDefEdgeStyle(),
|
||||
double weight = getDefEdgeWidth(),
|
||||
App::Color color = getDefEdgeWidth(),
|
||||
App::Color color = getDefEdgeColor(),
|
||||
bool visible = true);
|
||||
~LineFormat() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user