[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
@@ -155,7 +155,7 @@ private:
|
||||
small_v[4]; // page size avoiding title block, using maximum horizontal / vertical space
|
||||
int* page_dims; // points to one of above arrays for which set of page dimensions to use
|
||||
int block[4]; // title block info [corner x, corner y, width, height], eg [-1, 1, w, h] is in
|
||||
// top left corner
|
||||
// top left corner
|
||||
bool title;
|
||||
int *horiz,
|
||||
*vert; // points to min or max r_x / r_y depending upon which corner title block is in
|
||||
|
||||
@@ -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