Call the event correctly
This commit is contained in:
parent
c1aed47756
commit
e737466184
1 changed files with 1 additions and 1 deletions
|
|
@ -1308,7 +1308,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication
|
|||
FoundStringEventArgs foundStringEventArgs = e as FoundStringEventArgs;
|
||||
if (foundStringEventArgs != null)
|
||||
{
|
||||
ErrorReported?.Invoke(null, foundStringEventArgs);
|
||||
ErrorReported.CallEvents(null, foundStringEventArgs);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue