From 1cb2e321d29935caa14dddf26af255e44378ed1e Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Sat, 17 Jun 2017 19:40:02 +0200 Subject: [PATCH] Set background for CheckBox and RadioButton Now we have mouse transparency with the deferred renderer, we need to make sure there's a transparent background to make them hittable. --- src/Avalonia.Themes.Default/CheckBox.xaml | 3 ++- src/Avalonia.Themes.Default/RadioButton.xaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Avalonia.Themes.Default/CheckBox.xaml b/src/Avalonia.Themes.Default/CheckBox.xaml index e88e93eac6..2fc19b2679 100644 --- a/src/Avalonia.Themes.Default/CheckBox.xaml +++ b/src/Avalonia.Themes.Default/CheckBox.xaml @@ -1,10 +1,11 @@