mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
remove debug output from last commit
This commit is contained in:
parent
ed5091d7ae
commit
b339cde446
1 changed files with 0 additions and 2 deletions
|
|
@ -1549,10 +1549,8 @@ ProcessorEntry::PluginDisplay::on_button_press_event (GdkEventButton *ev)
|
||||||
//_entry._parent->processor_button_press_event (ev, &_entry);
|
//_entry._parent->processor_button_press_event (ev, &_entry);
|
||||||
if (Keyboard::is_edit_event (ev) || (ev->button == 1 && ev->type == GDK_2BUTTON_PRESS)) {
|
if (Keyboard::is_edit_event (ev) || (ev->button == 1 && ev->type == GDK_2BUTTON_PRESS)) {
|
||||||
if (Keyboard::modifier_state_equals (ev->state, Keyboard::PrimaryModifier)) {
|
if (Keyboard::modifier_state_equals (ev->state, Keyboard::PrimaryModifier)) {
|
||||||
cerr << "Open generic\n";
|
|
||||||
_entry._parent->generic_edit_processor (_entry.processor ());
|
_entry._parent->generic_edit_processor (_entry.processor ());
|
||||||
} else {
|
} else {
|
||||||
cerr << "Open custom\n";
|
|
||||||
_entry._parent->edit_processor (_entry.processor ());
|
_entry._parent->edit_processor (_entry.processor ());
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue