프로젝트

일반

사용자정보

개정판 9b42e627

ID9b42e6271792918b25522ca5923483b0593be799
상위 8eb91130
하위 d5770d76

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

issue #000: disable function

Change-Id: Ifa5b7f860e91465b7309b79817e0b1cc49ff0839

차이점 보기:

DTI_PID/DTI_PID/LineNoTracer.py
651 651
        for symbol in symbols:
652 652
            try:
653 653
                if symbol.iType == 18 or symbol.iType == 31:
654
                    symbol.connectAttribute(texts)
654
                    pass
655
                    #symbol.connectAttribute(texts)
655 656
            except Exception as ex:
656 657
                message = 'error occurred({}) in {}:{}'.format(repr(ex), sys.exc_info()[-1].tb_frame.f_code.co_filename,
657 658
                                                               sys.exc_info()[-1].tb_lineno)
......
667 668
            if ret:
668 669
                worker.need_update_texts.append([text, ret])
669 670

  
670
        for text in targetText: # find line size
671
            if type(text) is QEngineeringSizeTextItem and not text.owner:
672
                text.findOwner(lines)
671
        # need fix
672
        #for text in targetText: # find line size
673
        #    if type(text) is QEngineeringSizeTextItem and not text.owner:
674
        #        text.findOwner(lines)
673 675

  
674 676
        """ update line type """
675 677
        if update_line_type:

내보내기 Unified diff

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