mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Remove another explicit Close button.
This commit is contained in:
parent
9c629c0c76
commit
5957a4619a
1 changed files with 0 additions and 3 deletions
|
|
@ -170,9 +170,6 @@ RouteGroupDialog::RouteGroupDialog (RouteGroup* g, bool creating_new)
|
||||||
add_button (Stock::CANCEL, RESPONSE_CANCEL);
|
add_button (Stock::CANCEL, RESPONSE_CANCEL);
|
||||||
add_button (Stock::NEW, RESPONSE_OK);
|
add_button (Stock::NEW, RESPONSE_OK);
|
||||||
set_default_response (RESPONSE_OK);
|
set_default_response (RESPONSE_OK);
|
||||||
} else {
|
|
||||||
add_button (Stock::CLOSE, RESPONSE_CLOSE);
|
|
||||||
set_default_response (RESPONSE_CLOSE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
show_all_children ();
|
show_all_children ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue