From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Tue, 23 Jul 2024 02:22:59 +0000 (-0700) Subject: fix crayon (#30263) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=851a0e15a785ae454980401c770464e72ea16fea;p=space-station-14.git fix crayon (#30263) Co-authored-by: plykiya --- diff --git a/Content.Client/Crayon/UI/CrayonWindow.xaml.cs b/Content.Client/Crayon/UI/CrayonWindow.xaml.cs index b97786cd41..6ef282d219 100644 --- a/Content.Client/Crayon/UI/CrayonWindow.xaml.cs +++ b/Content.Client/Crayon/UI/CrayonWindow.xaml.cs @@ -89,6 +89,7 @@ namespace Content.Client.Crayon.UI if (obj.Button.Name == null) return; _selected = obj.Button.Name; + OnSelected?.Invoke(_selected); RefreshList(); }