Pressing enter will accept annotation too

This commit is contained in:
Jaex 2017-02-26 19:38:56 +03:00
parent 4261431d2d
commit d8ab18ba42

View file

@ -179,6 +179,7 @@ public static void ShowScreenRuler(RegionCaptureOptions options)
default:
result.Dispose();
break;
case RegionResult.Region:
case RegionResult.AnnotateRunAfterCaptureTasks:
afterCaptureTasksRequested(result);
break;