mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
fix default response behaviour of Gtkmm2ext::Prompter (from colinf)
git-svn-id: svn://localhost/ardour2/branches/3.0@11112 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b177514930
commit
21d4eb56d4
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ Prompter::on_show ()
|
||||||
if (first_show) {
|
if (first_show) {
|
||||||
entry.signal_changed().connect (mem_fun (*this, &Prompter::on_entry_changed));
|
entry.signal_changed().connect (mem_fun (*this, &Prompter::on_entry_changed));
|
||||||
entry.signal_activate().connect (mem_fun (*this, &Prompter::entry_activated));
|
entry.signal_activate().connect (mem_fun (*this, &Prompter::entry_activated));
|
||||||
|
can_accept_from_entry = !entry.get_text().empty();
|
||||||
first_show = false;
|
first_show = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue