Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
857803bc
Commit
857803bc
authored
Feb 20, 2017
by
Sergey Luzyanin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Bug 33747
parent
5153c879
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
89 additions
and
67 deletions
+89
-67
common/Drawings/CommonController.js
common/Drawings/CommonController.js
+80
-67
common/Drawings/Format/ChartFormat.js
common/Drawings/Format/ChartFormat.js
+9
-0
No files found.
common/Drawings/CommonController.js
View file @
857803bc
This diff is collapsed.
Click to expand it.
common/Drawings/Format/ChartFormat.js
View file @
857803bc
...
@@ -6684,6 +6684,15 @@ CDLbls.prototype =
...
@@ -6684,6 +6684,15 @@ CDLbls.prototype =
pr
.
parent
=
this
;
pr
.
parent
=
this
;
}
}
},
},
removeDLbl
:
function
(
nIndex
)
{
History
.
Add
(
new
CChangesDrawingsContent
(
this
,
AscDFH
.
historyitem_DLbls_SetDLbl
,
nIndex
,
this
.
dLbl
.
splice
(
nIndex
,
1
),
false
));
},
removeAllDLbls
:
function
(){
for
(
var
i
=
this
.
dLbl
.
length
-
1
;
i
>
-
1
;
--
i
){
this
.
removeDLbl
(
i
);
}
},
setDLblPos
:
function
(
pr
)
setDLblPos
:
function
(
pr
)
{
{
History
.
Add
(
new
CChangesDrawingsLong
(
this
,
AscDFH
.
historyitem_DLbls_SetDLblPos
,
this
.
dLblPos
,
pr
));
History
.
Add
(
new
CChangesDrawingsLong
(
this
,
AscDFH
.
historyitem_DLbls_SetDLblPos
,
this
.
dLblPos
,
pr
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment