Attempt to fix app hang on LogMe event
This commit is contained in:
parent
43a4d0d1d7
commit
ee62d9ae8d
2 changed files with 22 additions and 10 deletions
|
|
@ -169,7 +169,7 @@ namespace LibationWinForms.ProcessQueue
|
|||
if (IsDisposed) return;
|
||||
|
||||
var timeStamp = DateTime.Now;
|
||||
logDGV.Rows.Add(timeStamp, text.Trim());
|
||||
Invoke(() => logDGV.Rows.Add(timeStamp, text.Trim()));
|
||||
}
|
||||
|
||||
#region Control event handlers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue