[TD]fix LineFormat ctor line color
This commit is contained in:
committed by
WandererFan
parent
779a728a8c
commit
93fb6b999c
@@ -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