개정판 d71cdb3f
issue #000: fix hmb
Change-Id: I27e724d37701ad86ea905f49b33c0c53cc345c22
DTI_PID/DTI_PID/MainWindow.py | ||
---|---|---|
1640 | 1640 |
cmd.execute((drawing, self.graphicsView.scene()), |
1641 | 1641 |
symbol=True, text=True, line=True, unknown=True, package=True, update=True) |
1642 | 1642 |
|
1643 |
app_doc_data._streamLineListModelDatas = app_doc_data.get_stream_line_list_data() |
|
1643 |
configs = app_doc_data.getConfigs('Line List', 'Use Stream No') |
|
1644 |
if configs and int(configs[0].value) == 1: |
|
1645 |
app_doc_data._streamLineListModelDatas = app_doc_data.get_stream_line_list_data() |
|
1644 | 1646 |
# up to here |
1645 | 1647 |
|
1646 | 1648 |
""""update item tree widget""" |
내보내기 Unified diff