[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
wwmayer
parent
8597655e6a
commit
e8ab02b26b
@@ -391,8 +391,8 @@ private:
|
||||
return -PreselectCurve - 2;
|
||||
}
|
||||
|
||||
int PreselectPoint; // VertexN, with N = PreselectPoint + 1, same as DragPoint indexing
|
||||
// (NOTE -1 is NOT the root point)
|
||||
int PreselectPoint; // VertexN, with N = PreselectPoint + 1, same as DragPoint indexing
|
||||
// (NOTE -1 is NOT the root point)
|
||||
int PreselectCurve; // EdgeN, with N = PreselectCurve + 1 for positive values ;
|
||||
// ExternalEdgeN, with N = -PreselectCurve - 2
|
||||
Axes PreselectCross; // 0 => rootPoint, 1 => HAxis, 2 => VAxis
|
||||
|
||||
@@ -494,7 +494,7 @@ template<>
|
||||
inline void SketcherAddWorkbenchTools<Gui::ToolBarItem>(Gui::ToolBarItem& consaccel)
|
||||
{
|
||||
consaccel //<< "Sketcher_SelectElementsWithDoFs" //rarely used, it is usually accessed by
|
||||
//solver
|
||||
// solver
|
||||
// message.
|
||||
<< "Sketcher_SelectConstraints"
|
||||
<< "Sketcher_SelectElementsAssociatedWithConstraints"
|
||||
|
||||
Reference in New Issue
Block a user