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
26a74399
Commit
26a74399
authored
Nov 28, 2016
by
Alexander.Trofimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix cursors path
parent
d33b5f57
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cell/model/DrawingObjects/DrawingDocument.js
cell/model/DrawingObjects/DrawingDocument.js
+1
-1
common/editorscommon.js
common/editorscommon.js
+1
-1
No files found.
cell/model/DrawingObjects/DrawingDocument.js
View file @
26a74399
...
@@ -1317,7 +1317,7 @@ function CDrawingDocument(drawingObjects)
...
@@ -1317,7 +1317,7 @@ function CDrawingDocument(drawingObjects)
{
{
// Пути указаны относительно html в меню, не надо их исправлять
// Пути указаны относительно html в меню, не надо их исправлять
// и коммитить на пути относительно тестового меню
// и коммитить на пути относительно тестового меню
this
.
cursorMarkerFormat
=
"
url(../../../sdk/Common/Images/marker_format.cur), pointer
"
;
this
.
cursorMarkerFormat
=
'
url(../../../../sdk/common/Images/marker_format.cur), pointer
'
;
}
}
else
if
(
window
.
opera
)
else
if
(
window
.
opera
)
{
{
...
...
common/editorscommon.js
View file @
26a74399
...
@@ -1812,7 +1812,7 @@ var kCurFormatPainterWord = '';
...
@@ -1812,7 +1812,7 @@ var kCurFormatPainterWord = '';
if
(
AscBrowser
.
isIE
)
if
(
AscBrowser
.
isIE
)
// Пути указаны относительно html в меню, не надо их исправлять
// Пути указаны относительно html в меню, не надо их исправлять
// и коммитить на пути относительно тестового меню
// и коммитить на пути относительно тестового меню
kCurFormatPainterWord
=
'
url(../../../
sdk/C
ommon/Images/text_copy.cur), pointer
'
;
kCurFormatPainterWord
=
'
url(../../../
../sdk/c
ommon/Images/text_copy.cur), pointer
'
;
else
if
(
AscBrowser
.
isOpera
)
else
if
(
AscBrowser
.
isOpera
)
kCurFormatPainterWord
=
'
pointer
'
;
kCurFormatPainterWord
=
'
pointer
'
;
else
else
...
...
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