From 135a19e440cb8dd3aead6a58c09ccd784a3c7054 Mon Sep 17 00:00:00 2001 From: David Oliver Date: Fri, 24 May 2019 21:23:50 -0400 Subject: [PATCH] Fix Standard buttons showing through on other pages Bind Visibility of buttons, this works around limitation on Uno of x:Load not being bindable (nor de-settable after first materialize). --- src/Calculator.Shared/Views/OperatorsPanel.xaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Calculator.Shared/Views/OperatorsPanel.xaml b/src/Calculator.Shared/Views/OperatorsPanel.xaml index a31b87e2..eb36d32b 100644 --- a/src/Calculator.Shared/Views/OperatorsPanel.xaml +++ b/src/Calculator.Shared/Views/OperatorsPanel.xaml @@ -9,9 +9,11 @@ UseLayoutRounding="False" mc:Ignorable=""> + - \ No newline at end of file +