Fix typos in TD and FEM source comments/documentation [skip ci]
This commit is contained in:
@@ -887,7 +887,7 @@ void QGIViewPart::drawComplexSectionLine(TechDraw::DrawViewSection* viewSection,
|
||||
wirePath.connectPath(firstSeg);
|
||||
int edgeCount = edges.size();
|
||||
//NOTE: if the edges are not in nose to tail order, Qt will insert extra segments
|
||||
//that will overlap the segments we add. for interupted line styles, this
|
||||
//that will overlap the segments we add. for interrupted line styles, this
|
||||
//will make the line look continuous. This is prevented in
|
||||
//DrawComplexSection::makeSectionLineGeometry by calling makeNoseToTailWire
|
||||
for (int i = 1; i < edgeCount; i++) {
|
||||
|
||||
@@ -170,7 +170,7 @@ void TaskComplexSection::setUiPrimary()
|
||||
m_saveNormal = dirs.first;
|
||||
m_localUnit = dirs.first;
|
||||
m_saveXDir = dirs.second;
|
||||
m_viewDirectionWidget->setValue(m_saveNormal * -1.0); //this will propogate to m_compass
|
||||
m_viewDirectionWidget->setValue(m_saveNormal * -1.0); //this will propagate to m_compass
|
||||
}
|
||||
|
||||
//don't allow updates until a direction is picked
|
||||
|
||||
Reference in New Issue
Block a user