From 3bf643a66b7babf1109bab83a5e39ee7bd3161aa Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 2 Jun 2017 21:50:25 -0500 Subject: [PATCH] Wrong type --- .../SkiaSharp.Views.Forms.Shared/SKGLView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/SkiaSharp.Views.Forms/SkiaSharp.Views.Forms.Shared/SKGLView.cs b/source/SkiaSharp.Views.Forms/SkiaSharp.Views.Forms.Shared/SKGLView.cs index c83dfb72..8f8bb518 100644 --- a/source/SkiaSharp.Views.Forms/SkiaSharp.Views.Forms.Shared/SKGLView.cs +++ b/source/SkiaSharp.Views.Forms/SkiaSharp.Views.Forms.Shared/SKGLView.cs @@ -10,7 +10,7 @@ namespace SkiaSharp.Views.Forms BindableProperty.Create(nameof(HasRenderLoop), typeof(bool), typeof(SKGLView), false); public static readonly BindableProperty EnableTouchEventsProperty = - BindableProperty.Create(nameof(EnableTouchEvents), typeof(bool), typeof(SKCanvasView), false); + BindableProperty.Create(nameof(EnableTouchEvents), typeof(bool), typeof(SKGLView), false); public bool HasRenderLoop {