thomascube
2010-03-17 258dbd03d79726e852ab7a23914ba4c32403e519
program/js/list.js
@@ -1021,7 +1021,8 @@
            if ((r = this.rows[row.uid])) {
              if (!r.depth || r.depth <= depth)
                break;
              this.select_row(r.uid, CONTROL_KEY);
              if (!this.in_selection(r.uid))
                this.select_row(r.uid, CONTROL_KEY);
            }
          }
          row = row.nextSibling;