ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.Logging/LogWriter.cs
(Generate patch)

Comparing trunk/RomCheater.Logging/LogWriter.cs (file contents):
Revision 302 by william, Tue Jun 5 13:27:07 2012 UTC vs.
Revision 303 by william, Tue Jun 5 13:29:29 2012 UTC

--- 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