Commit a4df5ad8 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #33574

parent d26e66ca
......@@ -10558,14 +10558,14 @@ CTable.prototype =
}
}
this.Selection_Remove();
// Удаляем строки.
for ( var Index = Rows_to_delete.length - 1; Index >= 0; Index-- )
{
this.Internal_Remove_Row( Rows_to_delete[Index] );
}
this.Selection_Remove();
// Возвращаем курсор
this.DrawingDocument.TargetStart();
this.DrawingDocument.TargetShow();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment