mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-09 04:25:23 -05:00
Sync missing content
see previous commit, lol
This commit is contained in:
@@ -411,7 +411,7 @@ private void ClickBoxDouble(object sender, MouseEventArgs e)
|
||||
|
||||
private void ClickClone(object sender, EventArgs e)
|
||||
{
|
||||
var detail = GetSlotData((PictureBox) sender);
|
||||
var detail = Box.GetSlotData((PictureBox) sender);
|
||||
if (detail is SlotInfoBox)
|
||||
RequestCloneData?.Invoke(sender, e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user