mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 06:13:45 +01:00
Initial API13 / 7.3 update.
This commit is contained in:
parent
6689e326ee
commit
3f18ad50de
123 changed files with 158 additions and 160 deletions
|
|
@ -6,7 +6,7 @@ using Dalamud.Interface.ImGuiNotification;
|
|||
using Dalamud.Interface.ManagedFontAtlas;
|
||||
using Dalamud.Interface.Utility;
|
||||
using Dalamud.Plugin;
|
||||
using ImGuiNET;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
using OtterGui;
|
||||
using OtterGui.Classes;
|
||||
using OtterGui.Extensions;
|
||||
|
|
@ -346,7 +346,7 @@ public sealed class CollectionPanel(
|
|||
if (!source)
|
||||
return;
|
||||
|
||||
ImGui.SetDragDropPayload("DragIndividual", nint.Zero, 0);
|
||||
ImGui.SetDragDropPayload("DragIndividual", null, 0);
|
||||
ImGui.TextUnformatted($"Re-ordering {text}...");
|
||||
_draggedIndividualAssignment = _active.Individuals.Index(id);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue