Skip to content
Snippets Groups Projects
Commit efa5f5c9 authored by hdallard's avatar hdallard Committed by Joseph Mirabel
Browse files

Update python plugin to changes

parent 500cd962
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,8 @@ class _NodeCreator (QtGui.QWidget):
self.refreshBodyTree()
## See gepetto::gui::MainWindow::requestRefresh for more information
def refreshBodyTree(self, select = 1):
self.plugin.main.requestRefresh(select)
def refreshBodyTree(self):
self.plugin.main.requestRefresh()
class Plugin(QtGui.QDockWidget):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment