Don't handle button 2/3 on the tabs. (#82118, Matt Wilson.)
Fri Oct 25 17:46:18 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.c (gtk_notebook_button_press): Don't handle button 2/3 on the tabs. (#82118, Matt Wilson.)
This commit is contained in:
@ -1595,6 +1595,9 @@ gtk_notebook_button_press (GtkWidget *widget,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
if (event->button != 1)
|
||||
return FALSE;
|
||||
|
||||
num = 0;
|
||||
children = notebook->children;
|
||||
while (children)
|
||||
|
Reference in New Issue
Block a user