From 025d961ab859c19e3ac2cb1e6154328963dc8bcd Mon Sep 17 00:00:00 2001 From: Stephane Delcroix Date: Thu, 9 Mar 2017 20:18:17 +0100 Subject: [C] move the Font proxying into FontElement (#799) --- Xamarin.Forms.Core/Button.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Xamarin.Forms.Core/Button.cs b/Xamarin.Forms.Core/Button.cs index 32366f77..3b943f1b 100644 --- a/Xamarin.Forms.Core/Button.cs +++ b/Xamarin.Forms.Core/Button.cs @@ -236,6 +236,7 @@ namespace Xamarin.Forms oldvalue.SourceChanged -= OnSourceChanged; } + void ITextElement.OnTextColorPropertyChanged(Color oldValue, Color newValue) { } -- cgit v1.2.3