]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
fix crayon (#30263)
authorPlykiya <58439124+Plykiya@users.noreply.github.com>
Tue, 23 Jul 2024 02:22:59 +0000 (19:22 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Jul 2024 02:22:59 +0000 (12:22 +1000)
Co-authored-by: plykiya <plykiya@protonmail.com>
Content.Client/Crayon/UI/CrayonWindow.xaml.cs

index b97786cd41ae2e9dbad64b5fe13dbf87a0fcccff..6ef282d219a260715f50c221dc3593fef86511e1 100644 (file)
@@ -89,6 +89,7 @@ namespace Content.Client.Crayon.UI
             if (obj.Button.Name == null) return;
 
             _selected = obj.Button.Name;
+            OnSelected?.Invoke(_selected);
             RefreshList();
         }