From 5906512847b37419890c75c6cdccfff5076a476f Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Fri, 16 May 2025 12:55:37 -0500 Subject: DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event filter. --- Source/Core/DolphinQt/Debugger/CodeWidget.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/Core/DolphinQt/Debugger/CodeWidget.cpp') 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(); -- cgit v1.2.3