From 69999fd3094935b2d2953529da8625fca64b42a2 Mon Sep 17 00:00:00 2001 From: Zac Davidsen Date: Mon, 9 Jul 2018 19:39:50 -0400 Subject: [PATCH] fix manual updating by passing the main window to the updater instead of the menubar --- Source/Core/DolphinQt/MenuBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinQt/MenuBar.cpp b/Source/Core/DolphinQt/MenuBar.cpp index 0f8139034f..9005ba1b7f 100644 --- a/Source/Core/DolphinQt/MenuBar.cpp +++ b/Source/Core/DolphinQt/MenuBar.cpp @@ -499,7 +499,7 @@ void MenuBar::InstallUpdateManually() track = "dev"; - auto* updater = new Updater(this); + auto* updater = new Updater(this->parentWidget()); if (!updater->CheckForUpdate()) {