fix #2240 (Edits: Selection not preserved when switching between list and grid)
This commit is contained in:
parent
5c0d28a00d
commit
543ce2ad0b
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue