PKHeX/PKHeX.WinForms
Kurt b0a2c7911e Fix Met tab startup binding
`ListControl._dataManager` is null until some event fires, which never happens until the Visible state is normally triggered by flipping to that tab.

The met tab Version/Location can skip Visibility changes on startup, resulting in never being initialized by the GUI framework, thus ignoring any calls to change SelectedValue. Really weird, but setting the BindingContext here forces it to create a `_dataManager` when setting a new `DataSource`.

Closes #4384
2024-11-11 15:11:47 -06:00
..
Controls Fix Met tab startup binding 2024-11-11 15:11:47 -06:00
MainWindow Better catch program init exceptions (plugins) 2024-09-30 23:56:09 -05:00
Misc Standardize language codes and improve locale handling (#4353) 2024-09-04 18:51:35 -05:00
Properties Renamed DLC Editor button (#4372) 2024-10-24 11:14:25 -05:00
Resources Update lang_zh.txt (#4387) 2024-11-11 00:00:34 -06:00
Subforms Fix encdb search pane scroll, pkmdb overlap 2024-11-10 18:08:58 -06:00
Util Support SWSH gender/fashion item editing (#4374) 2024-10-25 17:00:54 -05:00
PKHeX.WinForms.csproj Check nicknames/OTs against characters in font (#4146) 2024-02-23 13:23:50 -06:00
Program.cs Better catch program init exceptions (plugins) 2024-09-30 23:56:09 -05:00