From de7dd1268f1fc6515062ee5e1e3f530fe7ce7668 Mon Sep 17 00:00:00 2001 From: mkenig5 <38414654+mkenig5@users.noreply.github.com> Date: Wed, 12 Mar 2025 20:11:40 -0500 Subject: [PATCH] Fix #72 HasRaceAttributeModifiers binding --- WPFUI/CharacterCreation.xaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WPFUI/CharacterCreation.xaml b/WPFUI/CharacterCreation.xaml index b7d3bb1..e46d6e3 100644 --- a/WPFUI/CharacterCreation.xaml +++ b/WPFUI/CharacterCreation.xaml @@ -10,6 +10,10 @@ FontSize="11pt" Title="{Binding GameDetails.Title}" Height="400" Width="400"> + + + + @@ -68,6 +72,7 @@