mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-13 05:35:28 -05:00
Fix wallpaper resource display fetch
CB_BG is the background selection, not the box. https://twitter.com/yajegamer/status/1120717928322748420
This commit is contained in:
@@ -146,7 +146,7 @@ private void ChangeBoxBackground(object sender, EventArgs e)
|
||||
if (!editing)
|
||||
SAV.SetBoxWallpaper(LB_BoxSelect.SelectedIndex, CB_BG.SelectedIndex);
|
||||
|
||||
PAN_BG.BackgroundImage = SAV.WallpaperImage(CB_BG.SelectedIndex);
|
||||
PAN_BG.BackgroundImage = SAV.WallpaperImage(LB_BoxSelect.SelectedIndex);
|
||||
}
|
||||
|
||||
private bool MoveItem(int direction)
|
||||
|
||||
Reference in New Issue
Block a user