changeset 29352:84057dc8d850

maint: merge stable to default.
author John W. Eaton <jwe@octave.org>
date Wed, 03 Feb 2021 10:39:35 -0500
parents 8f0d0d4690c0 (current diff) 72e75857a5c6 (diff)
children fe21f065fc23
files libgui/src/octave-qobject.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/octave-qobject.cc	Tue Feb 02 14:50:47 2021 -0800
+++ b/libgui/src/octave-qobject.cc	Wed Feb 03 10:39:35 2021 -0500
@@ -334,6 +334,7 @@
 #endif
 
     m_main_thread->quit ();
+    m_main_thread->wait ();
 
     qApp->exit (exit_status);
   }