From 9b8808b1566a77f0b6359d111e6b7bcf9b31c02a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 24 Jan 2002 11:40:14 +0000 Subject: Fixed problem with ensuring the caret is visible hen it is on a wrapped line. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 9bd308ce1..036d7e23d 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -270,6 +270,7 @@ protected: // ScintillaBase subclass needs access to much of Editor virtual void ScrollText(int linesToMove); void HorizontalScrollTo(int xPos); void MoveCaretInsideView(); + int DisplayFromPosition(int pos); void EnsureCaretVisible(bool useMargin=true, bool vert=true, bool horiz=true); void ShowCaretAtCurrentPosition(); void DropCaret(); -- cgit v1.2.3