Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
kmap
xsocs
Commits
e7fa90e1
Commit
e7fa90e1
authored
Jun 11, 2020
by
Thomas Vincent
Browse files
avoid silx 0.13.0 PlotWidget.removeItem deprecation warning
parent
81e7611f
Changes
1
Hide whitespace changes
Inline
Side-by-side
xsocs/gui/silx_imports/ImageRois.py
View file @
e7fa90e1
...
...
@@ -133,7 +133,7 @@ class RoiItemBase(qt.QObject):
for
item
in
self
.
_handles
:
self
.
_plot
.
removeMarker
(
item
)
if
shape
:
self
.
_plot
.
remove
Item
(
self
.
_name
)
self
.
_plot
.
remove
(
self
.
_name
,
kind
=
"item"
)
def
_interactiveModeChanged
(
self
,
source
):
if
source
is
not
self
or
source
is
not
self
.
parent
():
...
...
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