개정판 e32a146a
issue #000: fix conn line
Change-Id: I17044eea640992db4ce92f183526d5a490efd466
DTI_PID/DTI_PID/LineNoTracer.py | ||
---|---|---|
205 | 205 |
if (minDist is None) or (dist < minDist): |
206 | 206 |
minDist = dist |
207 | 207 |
startLine = line |
208 |
if (startLine is not None) and (minDist < toler): |
|
208 |
if (startLine is not None):# and (minDist < toler):
|
|
209 | 209 |
lineno.conns.append(startLine) |
210 | 210 |
|
211 | 211 |
if updateProgress: updateProgress.emit(maxValue) |
내보내기 Unified diff