summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2017-03-09 20:18:17 +0100
committerRui Marinho <me@ruimarinho.net>2017-03-09 19:18:17 +0000
commit025d961ab859c19e3ac2cb1e6154328963dc8bcd (patch)
treeb4857694f201bee2db282b27740a2addc1a17b97 /Xamarin.Forms.Core
parent87f0bfa2e1b89f2e8f2d53eb902ea5723dcabccf (diff)
downloadxamarin-forms-025d961ab859c19e3ac2cb1e6154328963dc8bcd.tar.gz
xamarin-forms-025d961ab859c19e3ac2cb1e6154328963dc8bcd.tar.bz2
xamarin-forms-025d961ab859c19e3ac2cb1e6154328963dc8bcd.zip
[C] move the Font proxying into FontElement (#799)
Diffstat (limited to 'Xamarin.Forms.Core')
-rw-r--r--Xamarin.Forms.Core/Button.cs1
1 files changed, 1 insertions, 0 deletions
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)
{
}