프로젝트

일반

사용자정보

개정판 e32a146a

IDe32a146af4f2c2c4f7afac2bd9dc1c566f44259c
상위 25bc4adc
하위 b442783b

함의성이(가) 5년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)