Explorar el Código

Remove text selection on Home/End press with no Shift

Arthur Yefimov hace 3 años
padre
commit
78b461dd9f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/Editor.Mod

+ 1 - 0
src/Editor.Mod

@@ -855,6 +855,7 @@ BEGIN
       ELSE c.text.selL := 0 END
     END;
     IF c.text.selT = c.text.selB THEN Order(c.text.selL, c.text.selR) END
+  ELSE c.text.selected := FALSE
   END;
   IF end THEN
     IF c.text.x < c.text.cur.len THEN c.text.x := c.text.cur.len END