mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Viewer - selection when text is scrolled horizontally
This commit is contained in:
parent
dd56403d1c
commit
fd7348ca23
1 changed files with 1 additions and 1 deletions
|
|
@ -2813,7 +2813,7 @@ begin
|
|||
// Get position of last character of the line.
|
||||
EndLine := GetEndOfLine(StartLine);
|
||||
|
||||
if x = 0 then
|
||||
if (x = 0) and ((Mode <> vcmText) or (FHPosition = 0)) then
|
||||
begin
|
||||
CharSide := csBefore;
|
||||
Exit(StartLine);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue