diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2025-06-07 18:19:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-07 18:19:13 -0500 |
| commit | 1786e34bd34db61b910064741294e87bfb4d3e91 (patch) | |
| tree | 887f7805e1a35ac5f5d277c1a03392e101f1fb27 /Source/Core/DolphinQt/Debugger/CodeWidget.cpp | |
| parent | 65f3ba70f5a88a25eeb7fef143b8e46093e30a7a (diff) | |
| parent | 5906512847b37419890c75c6cdccfff5076a476f (diff) | |
Merge pull request #13665 from jordan-woyak/dark-mode-filter
DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event filter.
Diffstat (limited to 'Source/Core/DolphinQt/Debugger/CodeWidget.cpp')
| -rw-r--r-- | Source/Core/DolphinQt/Debugger/CodeWidget.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinQt/Debugger/CodeWidget.cpp b/Source/Core/DolphinQt/Debugger/CodeWidget.cpp index e44477aa88..af6113a811 100644 --- a/Source/Core/DolphinQt/Debugger/CodeWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/CodeWidget.cpp @@ -29,7 +29,6 @@ #include "Core/System.h" #include "DolphinQt/Debugger/BranchWatchDialog.h" #include "DolphinQt/Host.h" -#include "DolphinQt/QtUtils/SetWindowDecorations.h" #include "DolphinQt/Settings.h" static const QString BOX_SPLITTER_STYLESHEET = QStringLiteral( @@ -222,7 +221,6 @@ 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(); |
