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
fa354ea4
Commit
fa354ea4
authored
Jun 19, 2013
by
Luke Campagnola
Browse files
bugfix in ViewBox.clear
parent
1b17bc6a
Changes
1
Show whitespace changes
Inline
Side-by-side
pyqtgraph/graphicsItems/ViewBox/ViewBox.py
View file @
fa354ea4
...
...
@@ -295,7 +295,7 @@ class ViewBox(GraphicsWidget):
for
i
in
self
.
addedItems
[:]:
self
.
removeItem
(
i
)
for
ch
in
self
.
childGroup
.
childItems
():
ch
.
setParent
(
None
)
ch
.
setParent
Item
(
None
)
def
resizeEvent
(
self
,
ev
):
#self.setRange(self.range, padding=0)
...
...
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