Commit c3935d21 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug #31752 - [CoEdit][TextArt] TextArt остается строкой текста у первого...

Bug #31752 - [CoEdit][TextArt] TextArt остается строкой текста у первого пользователя если после изменения параметров был клик в текстовый блок;
При отрисовке диаграммы проверяем флаг bEmptySeries

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68530 954022d7-b5bf-4e40-9824-e11837661b57
parent 17b4c961
...@@ -5412,7 +5412,7 @@ DrawingObjectsController.prototype = ...@@ -5412,7 +5412,7 @@ DrawingObjectsController.prototype =
resetSelection: function(noResetContentSelect, bNoCheckChart) resetSelection: function(noResetContentSelect, bNoCheckChart)
{ {
if(this.document && bNoCheckChart !== true) if(bNoCheckChart !== true)
{ {
this.checkChartTextSelection(); this.checkChartTextSelection();
} }
......
...@@ -7820,7 +7820,7 @@ CChartSpace.prototype = ...@@ -7820,7 +7820,7 @@ CChartSpace.prototype =
{ {
this.chartObj.draw(this, graphics); this.chartObj.draw(this, graphics);
} }
if(this.chart) if(this.chart && !this.bEmptySeries)
{ {
if(this.chart.plotArea) if(this.chart.plotArea)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment