mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-05-03 13:14:15 -04:00
Attempt to fix app hang on LogMe event
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user