This commit is contained in:
blakeross%telocity.com 2001-12-19 02:57:39 +00:00
Родитель dfa187d4fe
Коммит 2adde3ce11
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -649,11 +649,7 @@
RDFC.Init(kBMDS, rParent);
ix = RDFC.IndexOf(rSource);
if (ix >= 1) {
var index = this.mOuter.outlinerBuilder.getIndexOfResource(rSource);
RDFC.RemoveElementAt(ix, true);
// only need to decrement the target row if the index of the resource
// we're removing is before it
if (index < row)
--row;
}
}