Latency dialog is already instant-apply, so remove OK /
Apply buttons which are somewhat misleading. git-svn-id: svn://localhost/ardour2/branches/3.0@9850 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
34d6518e23
commit
ab98398dc2
@ -162,29 +162,11 @@ LatencyDialog::LatencyDialog (const std::string& title, Latent& l, framepos_t sr
|
||||
: ArdourDialog (title, false, true),
|
||||
lwidget (l, sr, psz)
|
||||
{
|
||||
|
||||
get_vbox()->pack_start (lwidget);
|
||||
add_button (Stock::CANCEL, RESPONSE_CANCEL);
|
||||
add_button (Stock::APPLY, RESPONSE_REJECT);
|
||||
add_button (Stock::OK, RESPONSE_ACCEPT);
|
||||
add_button (Stock::CLOSE, RESPONSE_CLOSE);
|
||||
|
||||
show_all ();
|
||||
|
||||
while (true) {
|
||||
int ret = run ();
|
||||
|
||||
switch (ret) {
|
||||
case RESPONSE_ACCEPT:
|
||||
return;
|
||||
break;
|
||||
|
||||
case RESPONSE_REJECT:
|
||||
lwidget.finish ();
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
}
|
||||
}
|
||||
run ();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user