개정판 c8ef167e
issue #1062:
1. Stream line 삭제 시 연결 정보가 해제되지 않는 현상 수정
2. 연결점 이동하는 기능 개선
Change-Id: I712d501b1679a640c79c2fbe8c2933f1627ac323
HYTOS/HYTOS/Shapes/EngineeringStreamlineItem.py | ||
---|---|---|
164 | 164 |
connector = QEngineeringConnectorItem(uid=None, parent=self, index=index + 1) |
165 | 165 |
|
166 | 166 |
connector.setPos(vertex) |
167 |
connector.setParentItem(self) |
|
168 | 167 |
connector.connectPoint = vertex |
169 | 168 |
connector.sceneConnectPoint = vertex |
170 | 169 |
|
내보내기 Unified diff