File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33## Changes in 5.2.x
441 . Fix - support pow(x,n) function in formula
552 . Fix - use pad.fFillColor for frame when fFrameFillColor==0
6- 3 . Fix - correctly identify horizontal TGaxis with reverse scale
7- 4 . Fix - correctly handle negative line width in exclusion
6+ 3 . Fix - correctly identify horizontal TGaxis with reverse scale
7+ 4 . Fix - correctly handle negative line width in exclusion
8+ 5 . Fix - tooltips handling for TF1
89
910
1011## Changes in 5.2.3
Original file line number Diff line number Diff line change 11091109
11101110 res . changed = gbin . property ( "current_bin" ) !== best ;
11111111 res . menu = res . exact ;
1112- res . menu_dist = Math . sqrt ( ( bin . grx - pnt . x ) * ( bin . grx - pnt . x ) + ( bin . gry - pnt . y ) * ( bin . grx - pnt . x ) ) ;
1112+ res . menu_dist = Math . sqrt ( ( bin . grx - pnt . x ) * ( bin . grx - pnt . x ) + ( bin . gry - pnt . y ) * ( bin . gry - pnt . y ) ) ;
11131113
11141114 if ( res . changed )
11151115 gbin . attr ( "cx" , bin . grx )
You can’t perform that action at this time.
0 commit comments