diff --git a/pyplugins/gepetto/gui/pythonwidget.py b/pyplugins/gepetto/gui/pythonwidget.py index fbac02cc74703bf6fe9be49b671ddc74cbcdb105..6a7c5434a91c4681f0f48aba63f4d85d986bf32e 100644 --- a/pyplugins/gepetto/gui/pythonwidget.py +++ b/pyplugins/gepetto/gui/pythonwidget.py @@ -92,7 +92,7 @@ class Plugin(QtGui.QDockWidget): ### If present, this function is called when a new OSG Widget is created. def osgWidget(self, osgWindow): - osgWindow.connect('selected(QString,QVector3D)', self.selected) + osgWindow.connect('clicked(QString,QVector3D)', self.selected) def resetConnection(self): self.client = Client()