window delete/hide is managed by WMProxy (amend to cb6f16ac)
[ardour.git] / gtk2_ardour / location_ui.cc
index d30327ad787b7e2ac1ac5fbf56d98c985d1b5d2e..92f11da019cda195170a4cbbd19775b73a1230b5 100644 (file)
@@ -1165,8 +1165,7 @@ LocationUIWindow::on_map ()
 bool
 LocationUIWindow::on_delete_event (GdkEventAny*)
 {
-       hide ();
-       return true;
+       return false;
 }
 
 void