Merge 1426d60e78 into 979ab42c5a
This commit is contained in:
commit
805897fdfb
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ PageType {
|
||||||
|
|
||||||
for (var i = 0; i < cipherListView.model.count; i++) {
|
for (var i = 0; i < cipherListView.model.count; i++) {
|
||||||
if (cipherListView.model.get(i).name === cipherDropDown.text) {
|
if (cipherListView.model.get(i).name === cipherDropDown.text) {
|
||||||
currentIndex = i
|
cipherListView.selectedIndex = i
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue