--- trunk/RomCheater.Logging/LogWriter.cs 2012/06/05 13:27:40 302 +++ trunk/RomCheater.Logging/LogWriter.cs 2012/06/05 13:29:29 303 @@ -335,6 +335,12 @@ namespace RomCheater.Logging { } + + private void LogWriter_Load(object sender, EventArgs e) + { + txtLog.SelectionStart = 0; + txtLog.ScrollToCaret(); + } } } \ No newline at end of file |