ViewVC Help
| View Changeset | Root Listing
root/RomCheater
Jump to revision: Previous Next
Author: william
Date: Tue Jun 5 13:46:05 2012 UTC (11 years, 3 months ago)
Log Message:
use: txtLog.text += value;
rather than: txtLog.AppendText(value);
which cause the log window to scroll past the end.
NOW, it stays at the top

Changed paths