프로젝트

일반

사용자정보

개정판 977947f8

ID977947f84a345f2bbb6f95c3193491eac85d689f
상위 eb9eb27b
하위 799f02d1

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

fix autocad import mapping

Change-Id: Idb4a81fc7366d05fd8eb69510eb0f014db898816

차이점 보기:

DTI_PID/DTI_PID/ImportTextFromCADDialog.py
641 641
            if autocad_symbol_item and autocad_symbol_item.text():
642 642
                _index = self.ui.treeViewSymbolMapping.model().index(index.row(), 0, index.parent())
643 643
                id2_symbol_item = self.ui.treeViewSymbolMapping.model().itemFromIndex(_index)
644
                if id2_symbol_item.text() not in self.ui.treeViewSymbolMapping.model()._autocad_symbols:
644
                if autocad_symbol_item.text() not in self.ui.treeViewSymbolMapping.model()._autocad_symbols:
645 645
                    items = [QStandardItem(''), QStandardItem(autocad_symbol_item.text()), QStandardItem('')]
646 646
                    items[0].setData(id2_symbol_item.data(Qt.UserRole), Qt.UserRole)
647 647
                    for item in items:

내보내기 Unified diff

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