Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
asn1-value-editor
Commits
848fe6e9
Commit
848fe6e9
authored
Dec 24, 2014
by
Maxime Perrotin
Browse files
Hide global variables dock by default
parent
5da1a071
Changes
1
Hide whitespace changes
Inline
Side-by-side
asn1_value_editor/sdlHandler.py
View file @
848fe6e9
...
...
@@ -97,6 +97,7 @@ class sdlHandler(object):
self
.
parent
.
addDockWidget
(
Qt
.
RightDockWidgetArea
,
self
.
dock_state
)
self
.
dock_state
.
setAllowedAreas
(
Qt
.
NoDockWidgetArea
)
self
.
dock_state
.
setWidget
(
self
.
asn1_editor
)
self
.
dock_state
.
hide
()
# Add the SDL variables to the ASN.1 editor
row
=
0
for
var
,
(
sort
,
_
)
in
self
.
proc
.
variables
.
viewitems
():
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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