프로젝트

일반

사용자정보

개정판 659a8bcc

ID659a8bccf8690eb02cc02bc87f193f2e8b9961df
상위 150e281d
하위 133ad3d9, 7d34abbe

함의성이(가) 약 6년 전에 추가함

issue #000: disable auto connection

Change-Id: I8e4ce3a0c0fa8749f6926cbd65bba330ab5c353a

차이점 보기:

DTI_PID/DTI_PID/QtImageViewer.py
575 575
            scenePos = QPointF(items[0].center()[0], items[0].center()[1])
576 576

  
577 577
        matches = [item for item in self.scene.items() if (type(item) is QEngineeringLineItem) and (item.distanceTo((scenePos.x(), scenePos.y())) < 20)]
578
        if len(matches) == 1:
578
        if False:#len(matches) == 1:
579 579
            pass
580 580
            #matches[0].insertSymbol(svg, scenePos)
581 581
        else:

내보내기 Unified diff

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