changeset 298:7872a95ee530

* Re-enable peak frequencies display in spectrogram
author Chris Cannam
date Thu, 05 Feb 2009 17:33:21 +0000
parents ec08830e362e
children 15ce557e1bf8
files main/main.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/main.cpp	Tue Jan 20 18:12:40 2009 +0000
+++ b/main/main.cpp	Thu Feb 05 17:33:21 2009 +0000
@@ -410,6 +410,8 @@
 */
     int rv = application.exec();
 
+    gui->hide();
+
     cleanupMutex.lock();
     TempDirectory::getInstance()->cleanup();