mirror of https://github.com/GNOME/gimp.git
app: forgot to save the last comment edit
This commit is contained in:
parent
4da97f95c9
commit
94dc079d44
|
@ -329,8 +329,7 @@ gimp_canvas_focus (GtkWidget *widget,
|
||||||
* give focus to the canvas because it is focussable. Instead, try
|
* give focus to the canvas because it is focussable. Instead, try
|
||||||
* navigating in the focussed overlay child first, and use
|
* navigating in the focussed overlay child first, and use
|
||||||
* GtkContainer's default implementation only if that fails (which
|
* GtkContainer's default implementation only if that fails (which
|
||||||
* happens when cursor navigation leaves the overlay child's
|
* happens when focus navigation leaves the overlay child).
|
||||||
* widget).
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (focus && gtk_widget_child_focus (focus, direction))
|
if (focus && gtk_widget_child_focus (focus, direction))
|
||||||
|
|
Loading…
Reference in New Issue