diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2024-05-31 18:11:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-31 18:11:36 +0200 |
| commit | 072b6cdb1da5495688dffbfde27f81e4ae3e98a8 (patch) | |
| tree | 9f04638ccbe73474360030567844cfe61781ac93 /Source/Core/DolphinQt/Debugger/CodeWidget.cpp | |
| parent | cd9521f2938404ad4bde96dd6aaae3b17e44ba09 (diff) | |
| parent | 3b214a4978129a96b136aa23ce9ca5843fb3e3f4 (diff) | |
Merge pull request #12797 from mitaclaw/branch-watch-tool-fixes-1
Branch Watch Tool: Fixes
Diffstat (limited to 'Source/Core/DolphinQt/Debugger/CodeWidget.cpp')
| -rw-r--r-- | Source/Core/DolphinQt/Debugger/CodeWidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt/Debugger/CodeWidget.cpp b/Source/Core/DolphinQt/Debugger/CodeWidget.cpp index 15683c973d..e5dd96014b 100644 --- a/Source/Core/DolphinQt/Debugger/CodeWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/CodeWidget.cpp @@ -206,6 +206,7 @@ void CodeWidget::OnBranchWatchDialog() m_branch_watch_dialog = new BranchWatchDialog(m_system, m_system.GetPowerPC().GetBranchWatch(), m_ppc_symbol_db, this, this); } + SetQWidgetWindowDecorations(m_branch_watch_dialog); m_branch_watch_dialog->show(); m_branch_watch_dialog->raise(); m_branch_watch_dialog->activateWindow(); |
