개정판 bce94d8b
issue #1465: fix cellclicked
Change-Id: I822709ae565718a0625ed43fe385deb47a090b15
DTI_PID/DTI_PID/LineListDialog.py | ||
---|---|---|
128 | 128 |
else: |
129 | 129 |
return |
130 | 130 | |
131 |
if not (col == 4 or col == 5):
|
|
131 |
if not hasattr(index.model().item(row, col), 'tag'):
|
|
132 | 132 |
return |
133 | 133 |
|
134 | 134 |
self.ui.tableViewLineList.clearSelection() |
내보내기 Unified diff