From eb5154c6eb10233fb0767516873b960787c45bbe Mon Sep 17 00:00:00 2001 From: maotovisk Date: Thu, 16 Jul 2026 15:10:34 -0300 Subject: [PATCH] fix(desktop): replace standard bindings with reflection ones this was making rider explode on the axaml files so now it has the proper binding types --- .../ComboColourStudio/ComboColourStudioView.axaml | 12 ++++++------ .../Views/MapCleaner/MapCleanerView.axaml | 10 +++++----- .../Views/MetadataManager/MetadataManagerView.axaml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/MapWizard.Desktop/Views/ComboColourStudio/ComboColourStudioView.axaml b/MapWizard.Desktop/Views/ComboColourStudio/ComboColourStudioView.axaml index 2124751..05818cb 100644 --- a/MapWizard.Desktop/Views/ComboColourStudio/ComboColourStudioView.axaml +++ b/MapWizard.Desktop/Views/ComboColourStudio/ComboColourStudioView.axaml @@ -175,7 +175,7 @@ @@ -161,9 +161,9 @@ + Text="{ReflectionBinding DataContext.CustomSnapInput, Mode=TwoWay, ElementName=Root}" /> diff --git a/MapWizard.Desktop/Views/MetadataManager/MetadataManagerView.axaml b/MapWizard.Desktop/Views/MetadataManager/MetadataManagerView.axaml index b795738..a2d7294 100644 --- a/MapWizard.Desktop/Views/MetadataManager/MetadataManagerView.axaml +++ b/MapWizard.Desktop/Views/MetadataManager/MetadataManagerView.axaml @@ -177,7 +177,7 @@