개정판 d04fb7ac
fix
Change-Id: I11451da3d14706dc4abce13b8ebd35a2477dec88
DTI_PID/DTI_PID/SymbolTreeWidget.py | ||
---|---|---|
29 | 29 |
def _accept_index(self, idx): |
30 | 30 |
if idx.isValid(): |
31 | 31 |
text = idx.data(Qt.DisplayRole) |
32 |
if hasattr(self, 'text') and self.text.upper() == 'HIDDEN' and '(HIDDEN)' in text.upper():
|
|
32 |
if hasattr(self, 'text') and 'HIDDEN' in self.text.upper() and '(HIDDEN)' in text.upper():
|
|
33 | 33 |
return True |
34 | 34 |
elif '(HIDDEN)' in text.upper(): |
35 | 35 |
return False |
내보내기 Unified diff