Fix lib table index breakage on removing rows
This commit is contained in:
parent
f99e374559
commit
9298defd3f
|
@ -465,6 +465,7 @@ public:
|
||||||
if( *iter == *aRow )
|
if( *iter == *aRow )
|
||||||
{
|
{
|
||||||
rows.erase( iter, iter + 1 );
|
rows.erase( iter, iter + 1 );
|
||||||
|
reindex();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue