From 7483f8c8cd3ef79ab2b3c8701443123e29140a82 Mon Sep 17 00:00:00 2001 From: Sergey Linev Date: Mon, 7 Oct 2024 16:51:27 +0200 Subject: [PATCH] Build with marker style fix --- build/jsroot.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build/jsroot.js b/build/jsroot.js index aa12f4b4c..127ffc643 100644 --- a/build/jsroot.js +++ b/build/jsroot.js @@ -82318,9 +82318,7 @@ let TH1Painter$2 = class TH1Painter extends THistPainter { if (show_markers) { // draw markers also when e2 option was specified - let style = this.options.MarkStyle; - if (!style && (histo.fMarkerStyle === 1)) style = 8; // as in recent ROOT changes - this.createAttMarker({ attr: histo, style }); // when style not configured, it will be ignored + this.createAttMarker({ attr: histo, style: this.options.MarkStyle }); // when style not configured, it will be ignored if (this.markeratt.size > 0) { // simply use relative move from point, can optimize in the future path_marker = '';