PKHeX/PKHeX.WinForms/Subforms
Kurt 7298910f04 Simplify some logic
The save editor buttons were originally checked for visibility in order to determine if we should hide the groupbox completely. This didn't work if the groupbox wasn't being displayed (get visibility checks if it is currently rendered, in addition to can be shown). So the "enabled" state was used to determine if it should be shown.

Now that we have the "Blocks" raw editing always being shown, the GroupBox will always be shown. Can just set the visibility directly, rather than doing the workaround.

Make the hall of fame editors slightly less SaveFile_type-specific.
2020-12-28 10:26:08 -08:00
..
Misc Enable nullable for winforms csproj (#3037) 2020-10-18 11:02:39 -07:00
PKM Editors c#9 is not sugar 2020-12-22 21:24:41 -08:00
Save Editors Simplify some logic 2020-12-28 10:26:08 -08:00
KChart.cs Minor clean 2020-12-21 23:37:07 -08:00
KChart.Designer.cs Add Catch Rate to KChart (#2972) 2020-08-15 16:13:15 -07:00
ReportGrid.cs Minor clean 2020-12-21 23:37:07 -08:00
ReportGrid.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00
SAV_Database.cs Minor clean 2020-12-21 23:37:07 -08:00
SAV_Database.Designer.cs Update Database/MGDB/EncounterDB for new size 2019-11-16 15:56:30 -08:00
SAV_Encounters.cs Minor clean 2020-12-21 23:37:07 -08:00
SAV_Encounters.Designer.cs Update Database/MGDB/EncounterDB for new size 2019-11-16 15:56:30 -08:00
SAV_FolderList.cs Minor clean 2020-12-21 23:37:07 -08:00
SAV_FolderList.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00
SAV_MysteryGiftDB.cs c#9 is not sugar 2020-12-22 21:24:41 -08:00
SAV_MysteryGiftDB.Designer.cs Update Database/MGDB/EncounterDB for new size 2019-11-16 15:56:30 -08:00
SettingsEditor.cs Minor clean 2020-12-21 23:37:07 -08:00
SettingsEditor.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00