From 558414ac570b0b95cdbea7179ba973bd2857eb93 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 15 Dec 2019 16:38:42 -0600 Subject: Qt UI: Wait a bit longer for events to process during init --- ui/qt5/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/qt5/main.cc b/ui/qt5/main.cc index 7ebe113..330311f 100644 --- a/ui/qt5/main.cc +++ b/ui/qt5/main.cc @@ -58,7 +58,7 @@ int main(int argc, char *argv[]) { WaitDialog d; d.show(); app.setOverrideCursor(Qt::WaitCursor); - app.processEvents(QEventLoop::AllEvents, 300); + app.processEvents(QEventLoop::AllEvents, 1000); app.setWindowIcon(QIcon(":/horizon-256.png")); -- cgit v1.2.3-60-g2f50