Fixed code formatting & comments typos
This commit is contained in:
parent
b385413458
commit
6507dbf3ad
|
@ -58,7 +58,6 @@ public:
|
||||||
COMPLETE
|
COMPLETE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
int getMaxStep() const override
|
int getMaxStep() const override
|
||||||
{
|
{
|
||||||
return COMPLETE;
|
return COMPLETE;
|
||||||
|
|
|
@ -55,7 +55,7 @@ public:
|
||||||
* @param aPt the new point
|
* @param aPt the new point
|
||||||
* @param aLockIn whether to "lock in" the point, and move the
|
* @param aLockIn whether to "lock in" the point, and move the
|
||||||
* geometry manager to the next (or previous) step. False to
|
* geometry manager to the next (or previous) step. False to
|
||||||
* update geomtry and not affect manager state
|
* update geometry and not affect manager state
|
||||||
*/
|
*/
|
||||||
void AddPoint( const VECTOR2I& aPt, bool aLockIn )
|
void AddPoint( const VECTOR2I& aPt, bool aLockIn )
|
||||||
{
|
{
|
||||||
|
|
|
@ -1079,7 +1079,7 @@ bool DRAWING_TOOL::drawSegment( int aShape, DRAWSEGMENT*& aGraphic,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Update an arc DRAWSEGMENT from the current state
|
* Update an arc DRAWSEGMENT from the current state
|
||||||
* of an Arc Geoemetry Manager
|
* of an Arc Geometry Manager
|
||||||
*/
|
*/
|
||||||
static void updateArcFromConstructionMgr(
|
static void updateArcFromConstructionMgr(
|
||||||
const KIGFX::PREVIEW::ARC_GEOM_MANAGER& aMgr,
|
const KIGFX::PREVIEW::ARC_GEOM_MANAGER& aMgr,
|
||||||
|
|
Loading…
Reference in New Issue