Network.Camera.Display bug fix. It was not possible to retry ROI-Detection, ver. 2.16.657
This commit is contained in:
parent
b06f4a5781
commit
f8e2d6c86b
@ -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;
|
||||
}
|
||||
|
||||
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("2.16.656.1")]
|
||||
[assembly: AssemblyFileVersion("2.16.656.1")]
|
||||
[assembly: AssemblyVersion("2.16.657.1")]
|
||||
[assembly: AssemblyFileVersion("2.16.657.1")]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user