Skip to content

Commit 6277ba3

Browse files
committed
Disable inspector for leaf
1 parent 33f9cbb commit 6277ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/JSRootPainter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9845,7 +9845,7 @@
98459845
JSROOT.addDrawFunc({ name: "TTree", icon: "img_tree", noinspect:true, expand: JSROOT.Painter.TreeHierarchy });
98469846
JSROOT.addDrawFunc({ name: "TNtuple", icon: "img_tree", noinspect:true, expand: JSROOT.Painter.TreeHierarchy });
98479847
JSROOT.addDrawFunc({ name: "TBranch", icon: "img_branch", noinspect:true });
9848-
JSROOT.addDrawFunc({ name: /^TLeaf/, icon: "img_leaf" });
9848+
JSROOT.addDrawFunc({ name: /^TLeaf/, icon: "img_leaf", noinspect:true });
98499849
JSROOT.addDrawFunc({ name: "TList", icon: "img_list", noinspect:true, expand: JSROOT.Painter.ListHierarchy });
98509850
JSROOT.addDrawFunc({ name: "TObjArray", icon: "img_list", noinspect:true, expand: JSROOT.Painter.ListHierarchy });
98519851
JSROOT.addDrawFunc({ name: "TClonesArray", icon: "img_list", noinspect:true, expand: JSROOT.Painter.ListHierarchy });

0 commit comments

Comments
 (0)