diff --git a/Glamourer/Gui/Equipment/EquipmentDrawer.cs b/Glamourer/Gui/Equipment/EquipmentDrawer.cs index 8a9be4d..4609cb7 100644 --- a/Glamourer/Gui/Equipment/EquipmentDrawer.cs +++ b/Glamourer/Gui/Equipment/EquipmentDrawer.cs @@ -384,14 +384,14 @@ public sealed class EquipmentDrawer : IUiService var change = small ? _stainCombo.Draw("##stain"u8, stain, out var newStain, Im.Style.FrameHeight) : _stainCombo.Draw("##stain"u8, stain, out newStain, width); - + _itemCopy.HandleCopyPaste(data, index); if (!change) DrawStainDragDrop(data, index, stain, found); - + if (index < data.CurrentStains.Count - 1) Im.Line.SameInner(); - + if (change) data.SetStains(data.CurrentStains.With(index, newStain.RowIndex)); if (ResetOrClear(data.Locked, false, data.AllowRevert, true, stainId, data.GameStains[index], Stain.None.RowIndex, diff --git a/Penumbra.GameData b/Penumbra.GameData index 22fc61d..f75aa96 160000 --- a/Penumbra.GameData +++ b/Penumbra.GameData @@ -1 +1 @@ -Subproject commit 22fc61d0298e13e18c97e9352b84a90353176c39 +Subproject commit f75aa967763347148401ec2cb800dcba2523f8c0