Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benjamin Jakimow
EO Time Series Viewer
Commits
23cfdf72
Commit
23cfdf72
authored
May 08, 2014
by
Luke Campagnola
Browse files
fixed dock insert order bug
parent
51f0a063
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyqtgraph/dockarea/Container.py
View file @
23cfdf72
...
...
@@ -22,6 +22,9 @@ class Container(object):
return
None
def
insert
(
self
,
new
,
pos
=
None
,
neighbor
=
None
):
# remove from existing parent first
new
.
setParent
(
None
)
if
not
isinstance
(
new
,
list
):
new
=
[
new
]
if
neighbor
is
None
:
...
...
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