Network.Camera.Display bug fix. It was not possible to retry ROI-Detection, ver. 2.16.657

This commit is contained in:
Milan Hanajik
2017-09-14 16:00:16 +02:00
parent b06f4a5781
commit f8e2d6c86b
2 changed files with 3 additions and 3 deletions
@@ -120,7 +120,7 @@ namespace TBF.BenchControl.Network.Camera.Display
/// <returns>Event.None</returns>
public Event Run()
{
if (displayForm.Completed)
if (!displayForm.Completed)
{
return Event.ModelessFormIsOpen;
}