mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Fix mouse interaction in combo cell renderer
Pass the event on when calling gtk_cell_editable_start_editing. https://bugzilla.gnome.org/show_bug.cgi?id=504901
This commit is contained in:
parent
524ce7f88e
commit
163542f545
@ -3440,7 +3440,7 @@ gtk_cell_area_activate_cell (GtkCellArea *area,
|
||||
/* If the signal was successfully handled start the editing */
|
||||
if (gtk_widget_get_parent (GTK_WIDGET (editable_widget)))
|
||||
{
|
||||
gtk_cell_editable_start_editing (editable_widget, NULL);
|
||||
gtk_cell_editable_start_editing (editable_widget, event);
|
||||
gtk_widget_grab_focus (GTK_WIDGET (editable_widget));
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user