fix #2240 (Edits: Selection not preserved when switching between list and grid)

This commit is contained in:
rolux 2014-02-08 15:59:08 +00:00
parent 5c0d28a00d
commit 543ce2ad0b

View file

@ -361,6 +361,7 @@ Ox.ClipPanel = function(options, self) {
items: self.options.clips,
keys: ['id', 'in', 'out'],
orientation: 'both',
selected: self.options.selected,
sort: getListSort(),
unique: 'id'
});