mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 05:06:31 +00:00
add autodetection
This commit is contained in:
@@ -312,7 +312,7 @@ public class CanvasEditor : Canvas
|
||||
|
||||
public AnnotationControl CreateAnnotation(AnnotationClass annClass, TimeSpan? time, CanvasLabel canvasLabel)
|
||||
{
|
||||
var annotationControl = new AnnotationControl(annClass, time, AnnotationResizeStart)
|
||||
var annotationControl = new AnnotationControl(annClass, time, AnnotationResizeStart, canvasLabel.Probability)
|
||||
{
|
||||
Width = canvasLabel.Width,
|
||||
Height = canvasLabel.Height
|
||||
|
||||
Reference in New Issue
Block a user