Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
asn1-value-editor
Commits
36b26db0
Commit
36b26db0
authored
Aug 21, 2015
by
Maxime Perrotin
Browse files
Fix type check
parent
a1b820d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
asn1_value_editor/sdlHandler.py
View file @
36b26db0
...
...
@@ -842,6 +842,8 @@ class sdlHandler(QObject):
if
sort
:
typename
=
sort
.
ReferencedTypeName
.
replace
(
'-'
,
'_'
)
ty
=
self
.
proc
.
dataview
[
sort
.
ReferencedTypeName
]
else
:
ty
=
None
item
=
QTableWidgetItem
(
name
)
item
.
setFlags
(
Qt
.
ItemIsEnabled
)
# Associate the ASN.1 data type as hidden data
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment