Commit 9bdd9169 authored by Ilya Kirillov's avatar Ilya Kirillov

Updating the cursor position on selecting the whole document with Ctrl+A hotkey/

parent 51375dfa
......@@ -5567,6 +5567,8 @@ CDocument.prototype.SelectAll = function()
// Отдельно обрабатываем это событие, потому что внутри него идет проверка на this.Selection.Start !== true
this.Document_UpdateCopyCutState();
this.private_UpdateCursorXY(true, true);
};
CDocument.prototype.On_DragTextEnd = function(NearPos, bCopy)
{
......
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