From baedba11f85e15144e4b79707abcb77fdf46fa9e Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Sun, 22 Feb 2026 23:15:01 +0100 Subject: [PATCH] Fix stain stuff. --- Glamourer/Gui/Equipment/EquipmentDrawer.cs | 6 +++--- Penumbra.GameData | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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