Skip to content

Commit cf03921

Browse files
committed
Fix - let click item with _can_draw flag configured
1 parent d3ef8af commit cf03921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/JSRootPainter.jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
if ((img1.length==0) && isroot)
600600
hitem._icon = img1 = "img_base";
601601

602-
if (hitem._more || ('_expand' in hitem) || ('_player' in hitem))
602+
if (hitem._more || ('_expand' in hitem) || ('_player' in hitem) || hitem._can_draw)
603603
can_click = true;
604604

605605
var can_menu = can_click;

0 commit comments

Comments
 (0)