diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2026-02-20 19:31:40 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-20 19:31:40 -0600 |
| commit | 2eeff845bd01aa3f1bdca5682940a80356591236 (patch) | |
| tree | 9eb33e4280d91a7e82e3358c6f6d93aaffb40287 /Source | |
| parent | 2b590b12e6bac73ae469c59fd815135285532fc6 (diff) | |
| parent | 0fbe38118e0e133ed2d50128bef47bdcbde2db77 (diff) | |
Merge pull request #14387 from Dentomologist/cheatsmanager_update_tabs_on_creation
CheatsManager: Update code tabs on creation
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinQt/CheatsManager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt/CheatsManager.cpp b/Source/Core/DolphinQt/CheatsManager.cpp index 5c77c7fb34..5f6e7e2e00 100644 --- a/Source/Core/DolphinQt/CheatsManager.cpp +++ b/Source/Core/DolphinQt/CheatsManager.cpp @@ -34,6 +34,8 @@ CheatsManager::CheatsManager(Core::System& system, QWidget* parent) CreateWidgets(); ConnectWidgets(); + OnStateChanged(Core::GetState(system)); + QtUtils::AdjustSizeWithinScreen(this); auto& settings = Settings::GetQSettings(); |
