Fix drag-clone not displaying sprite

Control-DragDrop clones slot, switch boxes back and forth, pokemon
magically appears; fixed.
This commit is contained in:
Kaphotics 2016-08-23 18:09:55 -07:00
parent 27d55b47fb
commit 8d741ec63a

View file

@ -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);