mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-25 06:01:48 +01:00
Remaining API13 updates.
This commit is contained in:
parent
00d550f4fe
commit
ac6a726f57
16 changed files with 36 additions and 31 deletions
|
|
@ -123,7 +123,7 @@ public class CollectionOverrideDrawer(
|
|||
{
|
||||
if (source)
|
||||
{
|
||||
ImGui.SetDragDropPayload("DraggingOverride", nint.Zero, 0);
|
||||
ImGui.SetDragDropPayload("DraggingOverride", null, 0);
|
||||
ImGui.TextUnformatted($"Reordering Override #{idx + 1}...");
|
||||
_dragDropIndex = idx;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue