From 4bf27344c8b8998a7ac590494c8570d97d66ff93 Mon Sep 17 00:00:00 2001 From: triplus Date: Thu, 4 May 2017 20:03:34 +0200 Subject: [PATCH] Boot phase reference point --- src/Gui/Application.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Gui/Application.cpp b/src/Gui/Application.cpp index 82efcd28be..245d2f72f5 100644 --- a/src/Gui/Application.cpp +++ b/src/Gui/Application.cpp @@ -1766,6 +1766,10 @@ void Application::runApplication(void) // run the Application event loop Base::Console().Log("Init: Entering event loop\n"); + // boot phase reference point + // https://forum.freecadweb.org/viewtopic.php?f=10&t=21665 + Gui::getMainWindow()->setProperty("eventLoop", true); + try { std::stringstream s; s << App::Application::getTempPath() << App::GetApplication().getExecutableName()