[TD]fix LineFormat ctor line color

This commit is contained in:
Wanderer Fan
2022-08-12 11:28:21 -04:00
committed by WandererFan
parent 11849808a1
commit 2f49a93292

View File

@@ -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;