개정판 6c6bb75b
issue #563: fix size
Change-Id: Ib9f9ef734071bc896efc408796f2d5eb5c7eb820
DTI_PID/DTI_PID/Shapes/EngineeringReducerItem.py | ||
---|---|---|
36 | 36 |
|
37 | 37 |
matches = [assoc for assoc in self.associations() if type(assoc) is QEngineeringSizeTextItem] |
38 | 38 |
if matches: |
39 |
matches[0].mainSubSize |
|
39 |
return matches[0].mainSubSize
|
|
40 | 40 |
else: |
41 | 41 |
return [None, None] |
42 | 42 |
''' |
내보내기 Unified diff