From b37b444e04be902a99fb18216d3672d45ad43f58 Mon Sep 17 00:00:00 2001 From: mgrojo Date: Sun, 18 Aug 2019 15:16:04 +0200 Subject: [PATCH] Remove no longer needed call to processEvents After cf631a02229d999c6379b29380028133240c0f7e this call is no longer needed to work around the problem described in #1649. See discussion in issue #1943. --- src/MainWindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 62f6afae..b55b1bab 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -3051,7 +3051,6 @@ bool MainWindow::loadProject(QString filename, bool readOnly) currentProjectFilename = filename; if(ui->mainTab->currentWidget() == ui->browser) { - qApp->processEvents(); if (!currentTable.isEmpty()) switchToBrowseDataTab(currentTable); populateTable(); // Refresh view