Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gepetto-viewer-corba
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
gepetto-viewer-corba
Commits
efa5f5c9
Commit
efa5f5c9
authored
8 years ago
by
hdallard
Committed by
Joseph Mirabel
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update python plugin to changes
parent
500cd962
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyplugins/gepetto/gui/pythonwidget.py
+2
-2
2 additions, 2 deletions
pyplugins/gepetto/gui/pythonwidget.py
with
2 additions
and
2 deletions
pyplugins/gepetto/gui/pythonwidget.py
+
2
−
2
View file @
efa5f5c9
...
...
@@ -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
):
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment