프로젝트

일반

사용자정보

개정판 d8bd4799

IDd8bd4799485b99993825eb5c616ca22943f5bde4
상위 917b13e4
하위 590474da

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

fix

Change-Id: I21b7a14c4313bcf2b3c1e78471ebd1ccc69bbf14

차이점 보기:

DTI_PID/DTI_PID/Commands/LoadCommand.py
96 96

  
97 97
            """update items"""
98 98
            if update:
99
                _items = [_item for _item in scene.items() if (hasattr(_item, 'owner') and hasattr(_item, 'uid')) or hasattr(_item, 'connectors')]
99
                _items = [_item for _item in scene.items() if (hasattr(_item, 'owner') and hasattr(_item, 'uid')) or (hasattr(_item, 'connectors') and type(_item) is not QGraphicsBoundingBoxItem)]
100 100
                dic_items = {}
101 101
                for _item in _items:
102 102
                    dic_items[str(_item.uid)] = _item

내보내기 Unified diff

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