프로젝트

일반

사용자정보

개정판 441104ee

ID441104ee3ff2d5fef2350ee80a769c9d326f18ab
상위 c2da9bbe
하위 7298f494, 4491bb2e

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

issue #000: fix xml open symbol attr again

Change-Id: I4b69e1565fe867a6699a4a98e7a7001fcd7fb460

차이점 보기:

DTI_PID/DTI_PID/Shapes/SymbolSvgItem.py
175 175
            for assoc in self._associations[key]:
176 176
                # find owner with uid
177 177
                if assoc and type(assoc) is uuid.UUID:
178
                    matches = [x for x in self.scene().items() if hasattr(x, 'uid') and x.uid == assoc]
178
                    matches = [x for x in self.scene().items() if hasattr(x, 'uid') and x.uid == str(assoc)]
179 179
                    if matches: res.append(matches[0]) # TODO: need to update association with instance
180 180
                # up to here
181 181
                elif assoc:

내보내기 Unified diff