File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const version_id = '7.9.x',
1212
1313/** @summary version date
1414 * @desc Release date in format day/month/year like '14/04/2022' */
15- version_date = '30/07 /2025',
15+ version_date = '4/09 /2025',
1616
1717/** @summary version id and date
1818 * @desc Produced by concatenation of {@link version_id} and {@link version_date}
@@ -85284,8 +85284,8 @@ class THistPainter extends ObjectPainter {
8528485284
8528585285 // place colz in the beginning, that stat box is always drawn on the top
8528685286 this.addFunction(pal, true);
85287- } else if (pal_painter?._palette_vertical !== undefined)
85288- this.options. Zvert = pal_painter._palette_vertical ;
85287+ } else if (( pal_painter?.isPaletteVertical() !== undefined) && (can_move !== 'toggle') )
85288+ o. Zvert = pal_painter.isPaletteVertical() ;
8528985289
8529085290 const fp = this.getFramePainter();
8529185291
Original file line number Diff line number Diff line change 552 . Fix - support BigInt in object inspector
663 . Fix - svg2pdf.js URL bounding box
774 . Fix - TTree::Draw with strings
8+ 5 . Fix - toggle vertical/horizontal palette via context menu
89
910
1011## Changes in 7.9.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const version_id = '7.9.x',
44
55/** @summary version date
66 * @desc Release date in format day/month/year like '14/04/2022' */
7- version_date = '30/07 /2025' ,
7+ version_date = '4/09 /2025' ,
88
99/** @summary version id and date
1010 * @desc Produced by concatenation of {@link version_id} and {@link version_date}
You can’t perform that action at this time.
0 commit comments