프로젝트

일반

사용자정보

개정판 f43f6e1f

IDf43f6e1ffba9937acbf3798286995b046607c311
상위 61878df9
하위 688c2fca

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

issue #000: fix symbol delete

Change-Id: Ib11a71225ffd6e5f6f16a78bc51303b652515bbc

차이점 보기:

DTI_PID/DTI_PID/SymbolTreeWidget.py
198 198
            project = AppDocData.instance().getCurrentProject()
199 199
            imagePath = os.path.join(project.getImageFilePath(), itemType,
200 200
                                     itemName + '.png')  # itemName DOESN'T includes ".png"
201
            imageDisplayPath = os.path.join(project.getImageFilePath(), itemType,
202
                                     itemName + '_display' + '.png')  # itemName DOESN'T includes ".png"
201 203
            if os.path.exists(imagePath):
202 204
                os.remove(imagePath)
205
            if os.path.exists(imageDisplayPath):
206
                os.remove(imageDisplayPath)
203 207

  
204 208
            svgPath = os.path.join(project.getSvgFilePath(), itemType, itemName + '.svg')
205 209
            if os.path.exists(svgPath):

내보내기 Unified diff

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