Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.Logging/LogWriter.cs 2012/05/28 04:10:38 155 +++ 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;
ViewVC Help | |
Powered by ViewVC 1.1.22 |