File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 355355
356356 if ( pnt2 ) this . mouse_zoom_mesh . point2 = pnt2 ;
357357
358- if ( pnt2 && this . painter . enable_hightlight )
358+ if ( pnt2 && this . painter . enable_highlight )
359359 if ( this . mouse_zoom_mesh . object . ShowSelection ( this . mouse_zoom_mesh . point , pnt2 ) )
360360 this . painter . Render3D ( 0 ) ;
361361
646646 this . BinHighlight3D = JSROOT . Painter . BinHighlight3D ;
647647
648648 this . first_render_tm = 0 ;
649- this . enable_hightlight = false ;
649+ this . enable_highlight = false ;
650650 this . tooltip_allowed = ( JSROOT . gStyle . Tooltip > 0 ) ;
651651
652652 if ( JSROOT . BatchMode ) return ;
14351435 JSROOT . Painter . BinHighlight3D = function ( tip , selfmesh ) {
14361436
14371437 var changed = false , tooltip_mesh = null , changed_self = true ,
1438- want_remove = ! tip || ( tip . x1 === undefined ) || ! this . enable_hightlight ;
1438+ want_remove = ! tip || ( tip . x1 === undefined ) || ! this . enable_highlight ;
14391439
14401440 if ( this . tooltip_selfmesh ) {
14411441 changed_self = ( this . tooltip_selfmesh !== selfmesh )
26822682
26832683 if ( this . first_render_tm === 0 ) {
26842684 this . first_render_tm = tm2 . getTime ( ) - tm1 . getTime ( ) ;
2685- this . enable_hightlight = ( this . first_render_tm < 1200 ) && this . tooltip_allowed ;
2685+ this . enable_highlight = ( this . first_render_tm < 1200 ) && this . tooltip_allowed ;
26862686 console . log ( 'First render tm = ' + this . first_render_tm ) ;
26872687 }
26882688
You can’t perform that action at this time.
0 commit comments