quiten down in the back
git-svn-id: svn://localhost/ardour2/branches/3.0@10440 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
09211cf049
commit
07eadf68f3
@ -260,7 +260,7 @@ Bindings::add (KeyboardKey kb, Operation op, RefPtr<Action> what)
|
|||||||
if (k == kbm->end()) {
|
if (k == kbm->end()) {
|
||||||
pair<KeyboardKey,RefPtr<Action> > newpair (kb, what);
|
pair<KeyboardKey,RefPtr<Action> > newpair (kb, what);
|
||||||
kbm->insert (newpair);
|
kbm->insert (newpair);
|
||||||
cerr << "Bindings added " << kb.key() << " w/ " << kb.state() << " => " << what->get_name() << endl;
|
// cerr << "Bindings added " << kb.key() << " w/ " << kb.state() << " => " << what->get_name() << endl;
|
||||||
} else {
|
} else {
|
||||||
k->second = what;
|
k->second = what;
|
||||||
}
|
}
|
||||||
@ -333,7 +333,7 @@ Bindings::add (MouseButton bb, Operation op, RefPtr<Action> what)
|
|||||||
if (b == bbm->end()) {
|
if (b == bbm->end()) {
|
||||||
pair<MouseButton,RefPtr<Action> > newpair (bb, what);
|
pair<MouseButton,RefPtr<Action> > newpair (bb, what);
|
||||||
bbm->insert (newpair);
|
bbm->insert (newpair);
|
||||||
cerr << "Bindings added mouse button " << bb.button() << " w/ " << bb.state() << " => " << what->get_name() << endl;
|
// cerr << "Bindings added mouse button " << bb.button() << " w/ " << bb.state() << " => " << what->get_name() << endl;
|
||||||
} else {
|
} else {
|
||||||
b->second = what;
|
b->second = what;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user