fix behaviour of middle mouse button in a redirect box, without debug output
git-svn-id: svn://localhost/ardour2/trunk@1227 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
332fa47473
commit
6b7130311e
@ -327,8 +327,6 @@ RedirectBox::redirect_button_release_event (GdkEventButton *ev)
|
||||
}
|
||||
}
|
||||
|
||||
cerr << "button " << ev->button << " state " << ev->state << " redirect = " << redirect << endl;
|
||||
|
||||
if (redirect && Keyboard::is_delete_event (ev)) {
|
||||
|
||||
cerr << " redirect clicked was " << redirect->name() << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user