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
f1d781df
Commit
f1d781df
authored
Aug 23, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE] Fix Bug 32974.
parent
0e0f593c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
apps/documenteditor/main/app/view/Statusbar.js
apps/documenteditor/main/app/view/Statusbar.js
+1
-1
No files found.
apps/documenteditor/main/app/view/Statusbar.js
View file @
f1d781df
...
@@ -583,7 +583,7 @@ define([
...
@@ -583,7 +583,7 @@ define([
data
:
this
.
options
.
languages
data
:
this
.
options
.
languages
});
});
this
.
cmbLanguage
.
scroller
.
update
({
alwaysVisibleY
:
true
});
if
(
this
.
cmbLanguage
.
scroller
)
this
.
cmbLanguage
.
scroller
.
update
({
alwaysVisibleY
:
true
});
this
.
cmbLanguage
.
on
(
'
selected
'
,
_
.
bind
(
this
.
onLangSelect
,
this
));
this
.
cmbLanguage
.
on
(
'
selected
'
,
_
.
bind
(
this
.
onLangSelect
,
this
));
this
.
cmbLanguage
.
setValue
(
Common
.
util
.
LanguageInfo
.
getLocalLanguageName
(
this
.
options
.
current
)[
0
]);
this
.
cmbLanguage
.
setValue
(
Common
.
util
.
LanguageInfo
.
getLocalLanguageName
(
this
.
options
.
current
)[
0
]);
this
.
onLangSelect
(
this
.
cmbLanguage
,
this
.
cmbLanguage
.
getSelectedRecord
());
this
.
onLangSelect
(
this
.
cmbLanguage
,
this
.
cmbLanguage
.
getSelectedRecord
());
...
...
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