프로젝트

일반

사용자정보

개정판 5376996a

ID5376996a5ca612c1822b92e44a5c981f17ff5392
상위 f7119636
하위 a1b22c43

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

issue #000: fix attr

Change-Id: I1b658f609e895c9d5e4da3c531b3a0cba868c0ae

차이점 보기:

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

내보내기 Unified diff

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