if user chooses not to delete a scratch session, removed the file that identifies it as unnamed (GUI)

This commit is contained in:
Paul Davis 2020-03-25 10:25:00 -06:00
parent 1157c7d457
commit b3cbd8f44e

View file

@ -1097,6 +1097,8 @@ ARDOUR_UI::ask_about_scratch_deletion ()
if (r == Gtk::RESPONSE_OK) {
PBD::remove_directory (path);
} else {
_session->end_unnamed_status ();
}
}