Issue #1340 - Critical when editing input controllers
Don't pass a NULL widget to gimp_controller_list_edit_clicked().
Spotted by Massimo.
(cherry picked from commit 0961ccf754)
This commit is contained in:
parent
21f87d7d82
commit
b0dc4a58ae
1 changed files with 1 additions and 1 deletions
|
|
@ -543,7 +543,7 @@ gimp_controller_list_add_clicked (GtkWidget *button,
|
|||
|
||||
gimp_container_view_select_item (GIMP_CONTAINER_VIEW (list->dest),
|
||||
GIMP_VIEWABLE (info));
|
||||
gimp_controller_list_edit_clicked (NULL, list);
|
||||
gimp_controller_list_edit_clicked (list->edit_button, list);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue