mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-02 00:23:19 -05:00
Merge pull request #14387 from Dentomologist/cheatsmanager_update_tabs_on_creation
CheatsManager: Update code tabs on creation
This commit is contained in:
commit
2eeff845bd
|
|
@ -34,6 +34,8 @@ CheatsManager::CheatsManager(Core::System& system, QWidget* parent)
|
|||
CreateWidgets();
|
||||
ConnectWidgets();
|
||||
|
||||
OnStateChanged(Core::GetState(system));
|
||||
|
||||
QtUtils::AdjustSizeWithinScreen(this);
|
||||
|
||||
auto& settings = Settings::GetQSettings();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user