|
@@ -305,6 +305,7 @@ class SceneEditor {
|
|
tree.refresh(function() {
|
|
tree.refresh(function() {
|
|
for(elt in sh.contexts.keys()) {
|
|
for(elt in sh.contexts.keys()) {
|
|
var el = tree.getElement(elt);
|
|
var el = tree.getElement(elt);
|
|
|
|
+ if(el == null) continue;
|
|
updateTreeStyle(elt, el);
|
|
updateTreeStyle(elt, el);
|
|
}
|
|
}
|
|
if(callb != null) callb();
|
|
if(callb != null) callb();
|