Fix typo causing extra selection after delete

This commit is contained in:
Nathan Gray 2014-04-07 20:57:59 +00:00
parent 87f87d4f86
commit 1ca9b134f9

View File

@ -163,7 +163,7 @@ var et2_nextmatch_controller = et2_dataview_controller.extend(et2_IDataProvider,
{
var reg = this._selectionMgr._getRegisteredRowsEntry(entry.uid);
reg.idx = entry.idx;
if(reg.ao && reg.ao._index) reg.ao.index = entry.idx;
if(reg.ao && reg.ao._index) reg.ao._index = entry.idx;
}
}
// Remove last one, it was moved to mapIndex-1 before increment