# HG changeset patch # User Chris Cannam # Date 1233855201 0 # Node ID 7872a95ee530a13af7bbb2df468d1ea08b9bc758 # Parent ec08830e362e2480984eb087905dbe88f2dcc864 * Re-enable peak frequencies display in spectrogram diff -r ec08830e362e -r 7872a95ee530 main/main.cpp --- 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();