mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
7298910f04
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. |
||
---|---|---|
.. | ||
Misc | ||
PKM Editors | ||
Save Editors | ||
KChart.cs | ||
KChart.Designer.cs | ||
ReportGrid.cs | ||
ReportGrid.Designer.cs | ||
SAV_Database.cs | ||
SAV_Database.Designer.cs | ||
SAV_Encounters.cs | ||
SAV_Encounters.Designer.cs | ||
SAV_FolderList.cs | ||
SAV_FolderList.Designer.cs | ||
SAV_MysteryGiftDB.cs | ||
SAV_MysteryGiftDB.Designer.cs | ||
SettingsEditor.cs | ||
SettingsEditor.Designer.cs |