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
525076dd
Commit
525076dd
authored
Jul 04, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Bug 34923.
parent
87c05da1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
apps/documenteditor/main/app/view/ParagraphSettingsAdvanced.js
...documenteditor/main/app/view/ParagraphSettingsAdvanced.js
+1
-0
apps/presentationeditor/main/app/view/ParagraphSettingsAdvanced.js
...entationeditor/main/app/view/ParagraphSettingsAdvanced.js
+1
-0
apps/spreadsheeteditor/main/app/view/ParagraphSettingsAdvanced.js
...eadsheeteditor/main/app/view/ParagraphSettingsAdvanced.js
+1
-0
No files found.
apps/documenteditor/main/app/view/ParagraphSettingsAdvanced.js
View file @
525076dd
...
...
@@ -1063,6 +1063,7 @@ define([ 'text!documenteditor/main/app/template/ParagraphSettingsAdvanced.tem
});
if
(
rec
)
{
rec
.
set
(
'
tabAlign
'
,
align
);
this
.
_tabListChanged
=
true
;
}
else
{
rec
=
new
Common
.
UI
.
DataViewModel
();
rec
.
set
({
...
...
apps/presentationeditor/main/app/view/ParagraphSettingsAdvanced.js
View file @
525076dd
...
...
@@ -507,6 +507,7 @@ define([ 'text!presentationeditor/main/app/template/ParagraphSettingsAdvanced
});
if
(
rec
)
{
rec
.
set
(
'
tabAlign
'
,
align
);
this
.
_tabListChanged
=
true
;
}
else
{
rec
=
new
Common
.
UI
.
DataViewModel
();
rec
.
set
({
...
...
apps/spreadsheeteditor/main/app/view/ParagraphSettingsAdvanced.js
View file @
525076dd
...
...
@@ -506,6 +506,7 @@ define([ 'text!spreadsheeteditor/main/app/template/ParagraphSettingsAdvanced.
});
if
(
rec
)
{
rec
.
set
(
'
tabAlign
'
,
align
);
this
.
_tabListChanged
=
true
;
}
else
{
rec
=
new
Common
.
UI
.
DataViewModel
();
rec
.
set
({
...
...
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