Improve behavior of overwrite_file_dialog.

- Make overwrite file dialogs transient.
- Cancelling the overwrite dialog doesn't close initial dialog.
This commit is contained in:
André Nusser 2015-11-01 21:00:05 +01:00 committed by Paul Davis
parent e8a832f03f
commit 6ccffbaf09
12 changed files with 180 additions and 110 deletions

View file

@ -219,6 +219,7 @@ class RouteUI : public virtual AxisView
virtual void map_frozen ();
void adjust_latency ();
bool process_save_template_prompter (ArdourPrompter& prompter, const std::string& dir);
void save_as_template ();
void open_remote_control_id_dialog ();