Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.Logging/LogWriter.cs 2014/04/07 12:17:38 801 +++ trunk/RomCheater.Logging/LogWriter.cs 2014/04/07 12:23:46 802 @@ -225,8 +225,13 @@ private void LogWriter_Load(object sender, EventArgs e) { } private void chkAutoScroll_CheckedChanged(object sender, EventArgs e) - { + { this.AutoScroll = chkAutoScroll.Checked; + if (this.AutoScroll) + { + // initially scroll + txtLog_TextChanged(sender, e); + } } private void txtLog_TextChanged(object sender, EventArgs e)
ViewVC Help | |
Powered by ViewVC 1.1.22 |