Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
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
web-apps
Commits
13988f59
Commit
13988f59
authored
Mar 27, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Bug 34565.
parent
145731be
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
6 deletions
+7
-6
apps/documenteditor/main/app/view/ChartSettings.js
apps/documenteditor/main/app/view/ChartSettings.js
+1
-1
apps/documenteditor/main/app/view/TableSettings.js
apps/documenteditor/main/app/view/TableSettings.js
+1
-1
apps/presentationeditor/main/app/view/ChartSettings.js
apps/presentationeditor/main/app/view/ChartSettings.js
+1
-1
apps/presentationeditor/main/app/view/TableSettings.js
apps/presentationeditor/main/app/view/TableSettings.js
+1
-1
apps/spreadsheeteditor/main/app/view/ChartSettings.js
apps/spreadsheeteditor/main/app/view/ChartSettings.js
+1
-1
apps/spreadsheeteditor/main/app/view/TableSettings.js
apps/spreadsheeteditor/main/app/view/TableSettings.js
+2
-1
No files found.
apps/documenteditor/main/app/view/ChartSettings.js
View file @
13988f59
...
...
@@ -166,7 +166,7 @@ define([
if
(
this
.
_isChartStylesChanged
)
{
if
(
rec
)
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
getSelectedRec
(),
true
);
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
getSelectedRec
()
[
0
]
,
true
);
else
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
store
.
at
(
0
),
true
);
}
...
...
apps/documenteditor/main/app/view/TableSettings.js
View file @
13988f59
...
...
@@ -461,7 +461,7 @@ define([
if
(
this
.
_isTemplatesChanged
)
{
if
(
rec
)
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
getSelectedRec
(),
true
);
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
getSelectedRec
()
[
0
]
,
true
);
else
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
store
.
at
(
0
),
true
);
}
...
...
apps/presentationeditor/main/app/view/ChartSettings.js
View file @
13988f59
...
...
@@ -149,7 +149,7 @@ define([
if
(
this
.
_isChartStylesChanged
)
{
if
(
rec
)
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
getSelectedRec
(),
true
);
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
getSelectedRec
()
[
0
]
,
true
);
else
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
store
.
at
(
0
),
true
);
}
...
...
apps/presentationeditor/main/app/view/TableSettings.js
View file @
13988f59
...
...
@@ -376,7 +376,7 @@ define([
if
(
this
.
_isTemplatesChanged
)
{
if
(
rec
)
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
getSelectedRec
(),
true
);
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
getSelectedRec
()
[
0
]
,
true
);
else
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
store
.
at
(
0
),
true
);
}
...
...
apps/spreadsheeteditor/main/app/view/ChartSettings.js
View file @
13988f59
...
...
@@ -181,7 +181,7 @@ define([
if
(
this
.
_isChartStylesChanged
)
{
if
(
rec
)
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
getSelectedRec
(),
true
);
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
getSelectedRec
()
[
0
]
,
true
);
else
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
store
.
at
(
0
),
true
);
}
...
...
apps/spreadsheeteditor/main/app/view/TableSettings.js
View file @
13988f59
...
...
@@ -405,7 +405,7 @@ define([
if
(
this
.
_isTemplatesChanged
)
{
if
(
rec
)
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
getSelectedRec
(),
true
);
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
getSelectedRec
()
[
0
]
,
true
);
else
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
store
.
at
(
0
),
true
);
}
...
...
@@ -444,6 +444,7 @@ define([
self
.
cmbTableTemplate
.
menuPicker
.
scroller
.
update
({
alwaysVisibleY
:
true
});
});
this
.
lockedControls
.
push
(
this
.
cmbTableTemplate
);
if
(
this
.
_locked
)
this
.
cmbTableTemplate
.
setDisabled
(
this
.
_locked
);
}
var
count
=
self
.
cmbTableTemplate
.
menuPicker
.
store
.
length
;
...
...
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