Fixed the selectedIcon problem.
svn: r178
This commit is contained in:
parent
57b93d9ead
commit
87f371a38d
@ -914,6 +914,7 @@ def on_primary_photo_clicked(obj):
|
||||
return
|
||||
|
||||
photolist = edit_person_obj.person.getPhotoList()
|
||||
selectedIcon = edit_person_obj.selectedIcon
|
||||
savePhoto = photolist[selectedIcon]
|
||||
for i in range(0,selectedIcon):
|
||||
photolist[selectedIcon-i] = photolist[selectedIcon-i-1]
|
||||
|
Loading…
Reference in New Issue
Block a user