make LogWindow automatically scroll to last added line
This commit is contained in:
parent
567cb0c8fd
commit
9b2fce578c
|
@ -102,6 +102,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
private void doUpdateListSize()
|
||||
{
|
||||
virtualListView1.VirtualListSize = _lines.Count;
|
||||
virtualListView1.EnsureVisible(_lines.Count - 1);
|
||||
}
|
||||
|
||||
private void appendInvoked(string str)
|
||||
|
|
Loading…
Reference in New Issue