Browse Source

Fixed code formatting & comments typos

pull/3/merge
Maciej Suminski 9 years ago
parent
commit
6507dbf3ad
  1. 1
      include/preview_items/arc_geom_manager.h
  2. 2
      include/preview_items/multistep_geom_manager.h
  3. 2
      pcbnew/tools/drawing_tool.cpp

1
include/preview_items/arc_geom_manager.h

@ -58,7 +58,6 @@ public:
COMPLETE
};
int getMaxStep() const override
{
return COMPLETE;

2
include/preview_items/multistep_geom_manager.h

@ -55,7 +55,7 @@ public:
* @param aPt the new point
* @param aLockIn whether to "lock in" the point, and move the
* 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 )
{

2
pcbnew/tools/drawing_tool.cpp

@ -1079,7 +1079,7 @@ bool DRAWING_TOOL::drawSegment( int aShape, DRAWSEGMENT*& aGraphic,
/**
* Update an arc DRAWSEGMENT from the current state
* of an Arc Geoemetry Manager
* of an Arc Geometry Manager
*/
static void updateArcFromConstructionMgr(
const KIGFX::PREVIEW::ARC_GEOM_MANAGER& aMgr,

Loading…
Cancel
Save