mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 20:36:01 +01:00
do not require editing text or other values in edit marker dialog in order to make default response active
This commit is contained in:
parent
5ad7071614
commit
f86d4f3cd8
1 changed files with 0 additions and 1 deletions
|
|
@ -1880,7 +1880,6 @@ Editor::edit_location (Location& loc, bool with_scene, bool with_command)
|
|||
dialog.set_position (UIConfiguration::instance().get_default_window_position());
|
||||
|
||||
dialog.add_button (verb, RESPONSE_ACCEPT);
|
||||
dialog.set_response_sensitive (Gtk::RESPONSE_ACCEPT, false);
|
||||
dialog.set_initial_text (loc.name());
|
||||
|
||||
Gtk::Adjustment* program_adjust (nullptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue