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/InfinityBase/InfinityBaseWindow.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp') diff --git a/Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp b/Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp index 89c0c05933..d9616f1fab 100644 --- a/Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp +++ b/Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp @@ -26,7 +26,6 @@ #include "Core/System.h" #include "DolphinQt/QtUtils/DolphinFileDialog.h" -#include "DolphinQt/QtUtils/SetWindowDecorations.h" #include "DolphinQt/Resources.h" #include "DolphinQt/Settings.h" @@ -159,7 +158,6 @@ void InfinityBaseWindow::LoadFigure(FigureUIPosition slot) void InfinityBaseWindow::CreateFigure(FigureUIPosition slot) { CreateFigureDialog create_dlg(this, slot); - SetQWidgetWindowDecorations(&create_dlg); if (create_dlg.exec() == CreateFigureDialog::Accepted) { LoadFigurePath(slot, create_dlg.GetFilePath()); -- cgit v1.2.3