Skip to content

Commit 40e23f9

Browse files
committed
build and date
1 parent 7974c50 commit 40e23f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/jsroot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

modules/core.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)