File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 8585 }
8686} ( function ( JSROOT ) {
8787
88- JSROOT . version = "dev 14 /12/2015" ;
88+ JSROOT . version = "dev 15 /12/2015" ;
8989
9090 JSROOT . source_dir = "" ;
9191 JSROOT . source_min = false ;
Original file line number Diff line number Diff line change 66196619
66206620 JSROOT . HierarchyPainter . prototype . canDisplay = function ( item , drawopt ) {
66216621 if ( item == null ) return false ;
6622+ if ( '_player' in item ) return true ;
66226623 var handle = JSROOT . getDrawHandle ( item . _kind , drawopt ) ;
66236624 return ( handle != null ) && ( 'func' in handle ) ;
66246625 }
66306631 function display_callback ( ) { JSROOT . CallBack ( call_back , painter , itemname ) ; }
66316632
66326633 h . CreateDisplay ( function ( mdi ) {
6634+
66336635 if ( ! mdi ) return display_callback ( ) ;
66346636
66356637 var item = h . Find ( itemname ) ;
You can’t perform that action at this time.
0 commit comments