13
0

plugin-sidebar: right click implies select.

This commit is contained in:
Robin Gareus 2015-12-27 15:31:53 +01:00
parent 8d45eecd45
commit 48edb6edb7

View File

@ -2362,7 +2362,6 @@ Mixer_UI::plugin_row_button_press (GdkEventButton *ev)
{
if ((ev->type == GDK_BUTTON_PRESS) && (ev->button == 3) ) {
popup_note_context_menu (ev);
return true;
}
return false;
}