[se] Fix bug 77365

This commit is contained in:
GoshaZotov
2025-11-14 10:45:26 +03:00
parent 8a053e00db
commit 452331d100

View File

@ -23000,7 +23000,7 @@
*/
ApiColorScaleCriterion.prototype.GetIndex = function() {
//starts with 0
return this.index + 1;
return this.index;
/*if (!this.colorScaleElement || !this.colorScaleElement.aCFVOs) {
return 1;
}