- fix for shift key use without shift_start on the list

release-0.6
alecpl 17 years ago
parent 768a24f27d
commit f2892d7cfc

@ -398,6 +398,9 @@ select_next: function()
*/ */
shift_select: function(id, control) shift_select: function(id, control)
{ {
if (!this.rows[this.shift_start])
this.shift_start = id;
var from_rowIndex = this.rows[this.shift_start].obj.rowIndex; var from_rowIndex = this.rows[this.shift_start].obj.rowIndex;
var to_rowIndex = this.rows[id].obj.rowIndex; var to_rowIndex = this.rows[id].obj.rowIndex;

Loading…
Cancel
Save