Commit 7d3ef756 authored by Ilya Kirillov's avatar Ilya Kirillov

Fix bug #32498 Сделано, чтобы при селекте ячеек, текущей ячейков в таблице...

Fix bug #32498 Сделано, чтобы при селекте ячеек, текущей ячейков в таблице выставлялась та, на которой закончился селект.
parent 9c3e021e
......@@ -6475,7 +6475,10 @@ CTable.prototype =
else
{
if (AscCommon.g_mouse_event_type_up == MouseEvent.Type)
{
this.Selection.Start = false;
this.CurCell = this.Content[Pos.Row].Get_Cell(Pos.Cell);
}
this.Selection.Type = table_Selection_Cell;
this.Internal_Selection_UpdateCells();
......
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