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',
12
12
13
13
/** @summary version date
14
14
* @desc Release date in format day/month/year like '14/04/2022' */
15
- version_date = '30/07 /2025',
15
+ version_date = '4/09 /2025',
16
16
17
17
/** @summary version id and date
18
18
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
@@ -85284,8 +85284,8 @@ class THistPainter extends ObjectPainter {
85284
85284
85285
85285
// place colz in the beginning, that stat box is always drawn on the top
85286
85286
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() ;
85289
85289
85290
85290
const fp = this.getFramePainter();
85291
85291
Original file line number Diff line number Diff line change 5
5
2 . Fix - support BigInt in object inspector
6
6
3 . Fix - svg2pdf.js URL bounding box
7
7
4 . Fix - TTree::Draw with strings
8
+ 5 . Fix - toggle vertical/horizontal palette via context menu
8
9
9
10
10
11
## 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',
4
4
5
5
/** @summary version date
6
6
* @desc Release date in format day/month/year like '14/04/2022' */
7
- version_date = '30/07 /2025' ,
7
+ version_date = '4/09 /2025' ,
8
8
9
9
/** @summary version id and date
10
10
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
You can’t perform that action at this time.
0 commit comments