Commit dfe0c8c0ca4823c77fa71b0048f6454958170b4e
- Diff rendering mode:
- inline
- side by side
gtk/gtknotebook.c
(2 / 2)
|   | |||
| 3094 | 3094 | gtk_notebook_focus_in (GtkWidget *widget, | |
| 3095 | 3095 | GdkEventFocus *event) | |
| 3096 | 3096 | { | |
| 3097 | GTK_NOTEBOOK (widget)->child_has_focus = FALSE; | ||
| 3098 | |||
| 3097 | 3099 | gtk_notebook_redraw_tabs (GTK_NOTEBOOK (widget)); | |
| 3098 | 3100 | ||
| 3099 | 3101 | return FALSE; | |
| … | … | ||
| 3978 | 3978 | } | |
| 3979 | 3979 | } | |
| 3980 | 3980 | } | |
| 3981 | else | ||
| 3982 | notebook->child_has_focus = FALSE; | ||
| 3983 | 3981 | ||
| 3984 | 3982 | GTK_CONTAINER_CLASS (gtk_notebook_parent_class)->set_focus_child (container, child); | |
| 3985 | 3983 | } |

