From b38e780f010f5475d2607891bb723e4ec1a5c6a6 Mon Sep 17 00:00:00 2001 From: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> Date: Fri, 9 Aug 2019 15:47:59 -0700 Subject: [PATCH] Updates Submodule and updates Inventory Button variables --- .../GameObjects/Components/HUD/Inventory/InventoryButton.cs | 4 ++-- RobustToolbox | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Client/GameObjects/Components/HUD/Inventory/InventoryButton.cs b/Content.Client/GameObjects/Components/HUD/Inventory/InventoryButton.cs index 8f680a23c5..2fd04a6456 100644 --- a/Content.Client/GameObjects/Components/HUD/Inventory/InventoryButton.cs +++ b/Content.Client/GameObjects/Components/HUD/Inventory/InventoryButton.cs @@ -28,7 +28,7 @@ namespace Content.Client.GameObjects { TextureNormal = texture, Scale = (2, 2), - NonFocusKeybinds = true + EnableAllKeybinds = true }); Button.OnPressed += e => OnPressed?.Invoke(e); @@ -46,7 +46,7 @@ namespace Content.Client.GameObjects SizeFlagsHorizontal = SizeFlags.ShrinkEnd, SizeFlagsVertical = SizeFlags.ShrinkEnd, Visible = false, - NonFocusKeybinds = true + EnableAllKeybinds = true }); StorageButton.OnPressed += e => OnStoragePressed?.Invoke(e); diff --git a/RobustToolbox b/RobustToolbox index 0adcc3c645..8aa87a6803 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit 0adcc3c64545e96ca16e7e0e7eeed757dc0262c9 +Subproject commit 8aa87a68039d57f77d238f4190edc83da3a74138