개정판 edde08f3
issue #000: fix by change color
Change-Id: I0a0682e71e07bf075def778fbecc99dd6e7f994d
DTI_PID/DTI_PID/MainWindow.py | ||
---|---|---|
1535 | 1535 |
|
1536 | 1536 |
if hasattr(self, 'graphicsView') and value is True: |
1537 | 1537 |
self.graphicsView.scene().update(self.graphicsView.sceneRect()) |
1538 |
for item in self.graphicsView.scene().items(): |
|
1539 |
if issubclass(type(item), SymbolSvgItem): |
|
1540 |
item.update() |
|
1538 | 1541 |
DisplayColors.instance().save_data() |
1539 | 1542 |
|
1540 | 1543 |
def open_image_drawing(self, drawing, force=False): |
내보내기 Unified diff