프로젝트

일반

사용자정보

개정판 47a4970e

ID47a4970edd490a77d9a6c3fd438fc79a7b4c4d3f
상위 4fd4c77d
하위 d1bd7708

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

issue #501: fix symbol add manually

차이점 보기:

DTI_PID/DTI_PID/SymbolTreeWidget.py
252 252
    def startDrag(self, dropAction):
253 253
        try:
254 254
            items = self.selectedItems()
255
            if items:
255
            if items and hasattr(items[0], 'svgFilePath'):
256 256
                symData = items[0].data(0, self.TREE_DATA_ROLE)
257 257
                pixmap = QPixmap(items[0].svgFilePath)
258 258

  

내보내기 Unified diff

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