pull/1/head
Darrell Anderson il y a 12 ans
Parent 4b1175e198
révision 29c4424ab9

@ -1268,7 +1268,7 @@ void Editor::EnsureCaretVisible(bool useMargin, bool vert, bool horiz) {
yMarginT = yMarginB = 0;
} else {
// yMarginT must equal to caretYSlop, with a minimum of 1 and
// a maximum of slightly less than half the heigth of the text area.
// a maximum of slightly less than half the height of the text area.
yMarginT = Platform::Clamp(caretYSlop, 1, halfScreen);
if (bEven) {
yMarginB = yMarginT;

Chargement…
Annuler
Enregistrer