mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-24 04:53:08 +00:00
Fix drag-clone not displaying sprite
Control-DragDrop clones slot, switch boxes back and forth, pokemon magically appears; fixed.
This commit is contained in:
parent
27d55b47fb
commit
8d741ec63a
1 changed files with 2 additions and 0 deletions
|
@ -3464,6 +3464,8 @@ namespace PKHeX
|
|||
SlotPictureBoxes[slotSourceSlotNumber].Image = null;
|
||||
}
|
||||
}
|
||||
else
|
||||
getQuickFiller(SlotPictureBoxes[slotSourceSlotNumber], pkz);
|
||||
// Copy from temp to destination slot.
|
||||
SAV.setStoredSlot(pkz, slotDestinationOffset);
|
||||
getQuickFiller(SlotPictureBoxes[slotDestinationSlotNumber], pkz);
|
||||
|
|
Loading…
Reference in a new issue