Notepad: Goto an offscreen line will now properly scroll the edit control
Modified: trunk/reactos/subsys/system/notepad/dialog.c
--- trunk/reactos/subsys/system/notepad/dialog.c 2005-10-05 23:30:39 UTC (rev 18286) +++ trunk/reactos/subsys/system/notepad/dialog.c 2005-10-05 23:52:43 UTC (rev 18287) @@ -775,6 +775,7 @@
nLine--; } SendMessage(Globals.hEdit, EM_SETSEL, i, i);
+ SendMessage(Globals.hEdit, EM_SCROLLCARET, 0, 0);
} HeapFree(GetProcessHeap(), 0, pszText); }