Martijn Laan пре 1 година
родитељ
комит
8d693f0c8a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Projects/Src/CompForm.pas

+ 1 - 1
Projects/Src/CompForm.pas

@@ -2760,7 +2760,7 @@ begin
     end;
   end
   else if (Key = VK_LEFT) and not (ssCtrl in Shift) and FOptions.CursorPastEOL then begin
-    if FActiveMemo.CaretColumn = 0 then
+    if (FActiveMemo.CaretColumn = 0) and (FActiveMemo.CaretVirtualSpace = 0) then
       Key := 0;
   end
   else if ((Key = VK_RIGHT) and (Shift * [ssShift, ssAlt, ssCtrl] = [ssAlt])) and