alecpl
2008-04-12 b00bd0f27d1c066d04fc8124c3a35465a5933ab1
- and another constraint for shift selection


1 files modified
2 ■■■ changed files
program/js/list.js 2 ●●● patch | view | raw | blame | history
program/js/list.js
@@ -398,7 +398,7 @@
 */
shift_select: function(id, control)
{
  if (!this.rows[this.shift_start])
  if (!this.rows[this.shift_start] || !this.selection.length)
    this.shift_start = id;
  var from_rowIndex = this.rows[this.shift_start].obj.rowIndex;