summaryrefslogtreecommitdiff
path: root/silx/gui/plot3d/SceneWidget.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/gui/plot3d/SceneWidget.py')
-rw-r--r--silx/gui/plot3d/SceneWidget.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/silx/gui/plot3d/SceneWidget.py b/silx/gui/plot3d/SceneWidget.py
index 4e75515..f005dec 100644
--- a/silx/gui/plot3d/SceneWidget.py
+++ b/silx/gui/plot3d/SceneWidget.py
@@ -28,14 +28,14 @@ from __future__ import absolute_import
__authors__ = ["T. Vincent"]
__license__ = "MIT"
-__date__ = "26/10/2017"
+__date__ = "24/04/2018"
import numpy
import weakref
from silx.third_party import enum
from .. import qt
-from ..plot.Colors import rgba
+from ..colors import rgba
from .Plot3DWidget import Plot3DWidget
from . import items
@@ -567,7 +567,7 @@ class SceneWidget(Plot3DWidget):
def clearItems(self):
"""Remove all item from :class:`SceneWidget`."""
- return self.getSceneGroup().clear()
+ return self.getSceneGroup().clearItems()
# Colors