--- trunk/RomCheater.Logging/LogWriter.cs 2012/06/03 13:30:16 244 +++ trunk/RomCheater.Logging/LogWriter.cs 2012/06/03 14:50:09 245 @@ -230,7 +230,7 @@ //} //logger.VerboseDebug.WriteLine("current line: {0}", line); } - txtLog.SelectionStart = txtLog.Text.Length * 2; + txtLog.SelectionStart = position; txtLog.ScrollToCaret(); txtLog.Refresh(); //autoscroll_timer.Enabled = false;