Commit a6b602c7 authored by Ilya Kirillov's avatar Ilya Kirillov Committed by Oleg Korshul

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

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