Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
Protos
Nomad 3D
nomad-3d-editor
Commits
935326e9
Commit
935326e9
authored
Jun 12, 2017
by
Ivan Dages
Browse files
fix scene update consistency
parent
3d89ea7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/fr/ill/ics/n3d/gui/EditorMenuBar.java
View file @
935326e9
...
...
@@ -925,5 +925,10 @@ public class EditorMenuBar extends MenuBar {
editor
.
model
.
computeSceneHierarchies
();
editor
.
root
.
getChildren
().
add
(
editor
.
model
.
getRoot
().
getSceneNode
());
((
TreeView
<
Component
>)
editor
.
pane
.
getLeft
()).
setRoot
(
editor
.
model
.
getRoot
().
getTreeItem
());
updateAxes
();
updateWalls
();
updateSystem
();
updateFocus
();
}
}
Write
Preview
Markdown
is supported
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