Commit e1ed6f68 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 34256

parent a138244a
......@@ -9761,7 +9761,7 @@ function CollectMarker(oMarker){
function ApplyMarker(aPreset, oObject, index, aBaseColors){
if(!oObject || !oObject.setMarker){
if(!oObject || !oObject.setMarker || (oObject instanceof AscFormat.CLineChart)){
return;
}
if(!aPreset){
......
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