File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ let version_id = '7.3.x';
1111
1212/** @summary version date
1313 * @desc Release date in format day/month/year like '14/04/2022' */
14- let version_date = '7 /02/2023';
14+ let version_date = '10 /02/2023';
1515
1616/** @summary version id and date
1717 * @desc Produced by concatenation of {@link version_id} and {@link version_date}
@@ -89186,7 +89186,7 @@ class THStackPainter extends ObjectPainter {
8918689186 let max0 = max, min0 = min, zoomed = false;
8918789187
8918889188 if (stack.fMaximum != kNoZoom) {
89189- max = stack.fMaximum*(1 + gStyle.fHistTopMargin) ;
89189+ max = stack.fMaximum;
8919089190 max0 = Math.max(max, max0);
8919189191 zoomed = true;
8919289192 }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ let version_id = '7.3.x';
55
66/** @summary version date
77 * @desc Release date in format day/month/year like '14/04/2022' */
8- let version_date = '7 /02/2023' ;
8+ let version_date = '10 /02/2023' ;
99
1010/** @summary version id and date
1111 * @desc Produced by concatenation of {@link version_id} and {@link version_date}
You can’t perform that action at this time.
0 commit comments