Skip to content

Commit

Permalink
[all] Fix bug 70055 (#45)
Browse files Browse the repository at this point in the history
If diagram had layout then rectChanged variable would prevent diagram from change. But now after each rect calculation it becomes false again.
Co-authored-by: ansaraidarbek <[email protected]>
Co-committed-by: ansaraidarbek <[email protected]>
  • Loading branch information
ansaraidarbek authored and GoshaZotov committed Sep 17, 2024
1 parent 783491d commit 2efd9aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/Drawings/Format/ChartSpace.js
Original file line number Diff line number Diff line change
Expand Up @@ -5762,6 +5762,7 @@ function(window, undefined) {
}

let oChartSize = this.getChartSizes(true);
oPlotArea.rectChanged = false;
this.chart.plotArea.x = oChartSize.startX;
this.chart.plotArea.y = oChartSize.startY;
this.chart.plotArea.extX = oChartSize.w;
Expand Down

0 comments on commit 2efd9aa

Please sign in to comment.