개정판 d853bf17
issue #000: check text color
Change-Id: I4303539d4499d88ba167e41369c72c955df353fc
DTI_PID/DTI_PID/Shapes/EngineeringTextItem.py | ||
---|---|---|
203 | 203 |
|
204 | 204 |
painter.setFont(self.font()) |
205 | 205 |
color = self.defaultTextColor() |
206 |
#color = QColor('#151485') |
|
206 | 207 |
painter.setPen(QPen(color)) |
207 | 208 |
painter.drawText(rect, Qt.AlignCenter, self.text()) |
208 | 209 |
|
내보내기 Unified diff