try to sensibly handle repeated imports of the same file. the same thing might be...
[ardour.git] / gtk2_ardour / interthread_progress_window.cc
index 6cd1d8686a9eaeec120948eae579aedbed5a58e0..8d446830f3d1a6b1409f89d895024444200a06fe 100644 (file)
@@ -49,6 +49,7 @@ InterthreadProgressWindow::InterthreadProgressWindow (ARDOUR::InterThreadInfo* i
 
        set_default_size (200, 100);
        show_all ();
+        hide ();
 
        Glib::signal_timeout().connect (sigc::mem_fun (*this, &InterthreadProgressWindow::update), 100);
 }