File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414
1515 JSROOT = { } ;
1616
17- JSROOT . version = "3.4 7 /04/2015" ;
17+ JSROOT . version = "3.4 8 /04/2015" ;
1818
1919 JSROOT . source_dir = "" ;
2020 JSROOT . source_min = false ;
Original file line number Diff line number Diff line change 45844584 // if (this.options.Func == 0) return; // in some cases on need to disable
45854585 // functions drawing
45864586
4587- // do not draw functions when 'same' option was used
4587+ // do not draw functions when 'same' option was used
45884588 if ( this . options . Same ) return ;
45894589 var nostat = this . histo . TestBit ( JSROOT . TH1StatusBits . kNoStats ) || ( this . options . NoStat == 1 ) ;
45904590
46064606 for ( var i in this . histo . fFunctions . arr ) {
46074607
46084608 var func = this . histo . fFunctions . arr [ i ] ;
4609-
4609+
46104610 var funcpainter = this . FindPainterFor ( func ) ;
46114611
46124612 // no need to do something if painter for object was already done
62406240 this . DrawBins ( ) ;
62416241
62426242 if ( this . create_canvas ) this . DrawTitle ( ) ;
6243-
6243+
62446244 this . DrawFunctions ( ) ;
62456245
62466246 this . AddInteractive ( ) ;
You can’t perform that action at this time.
0 commit comments