mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Button press and release can share the same fill_button_event call
This commit is contained in:
parent
77ee2feda2
commit
6d01d16d48
@ -1236,9 +1236,6 @@ gdk_event_translate (GdkEvent *event,
|
||||
case NSLeftMouseDown:
|
||||
case NSRightMouseDown:
|
||||
case NSOtherMouseDown:
|
||||
fill_button_event (window, event, nsevent, x, y, x_root, y_root);
|
||||
break;
|
||||
|
||||
case NSLeftMouseUp:
|
||||
case NSRightMouseUp:
|
||||
case NSOtherMouseUp:
|
||||
|
Loading…
Reference in New Issue
Block a user