From 9b111f7e7ee990d3542189b7a280f208ca670acb Mon Sep 17 00:00:00 2001 From: Alexis Lapierre <128792625+Alexis-Lapierre@users.noreply.github.com> Date: Wed, 17 Jun 2026 00:32:01 +0200 Subject: [PATCH] Fix crash on Mii Editor: Font Size 0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For some reasons when I pick the precompiled Linux version everything works as expected. But building from source result in an Avalonia crash: > System.ArgumentException: 0 is not a valid value for 'FontSize'. > at Avalonia.PropertyStore.ValueStore.SetValue[T](StyledProperty`1 property, T value, BindingPriority priority) Don’t really know why. Could have built this application with a different Avalonia version? I don’t really use C# usually. --- WheelWizard/Views/Components/PopupListButton.axaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WheelWizard/Views/Components/PopupListButton.axaml b/WheelWizard/Views/Components/PopupListButton.axaml index a0ec8755..de9accfd 100644 --- a/WheelWizard/Views/Components/PopupListButton.axaml +++ b/WheelWizard/Views/Components/PopupListButton.axaml @@ -59,7 +59,7 @@ HorizontalAlignment="Left" VerticalAlignment="Center" Margin="10,0,10,0" /> - - \ No newline at end of file +