forked from AuroraMiddleware/gtk
Queue a draw when losing the focus. (#326064, Andrew Conkling)
2006-01-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcalendar.c (gtk_calendar_focus_out): Queue a draw when losing the focus. (#326064, Andrew Conkling)
This commit is contained in:
parent
0a314300cf
commit
4da4ca3103
@ -1,5 +1,12 @@
|
||||
2006-01-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcalendar.c (gtk_calendar_focus_out): Queue a draw
|
||||
when losing the focus. (#326064, Andrew Conkling)
|
||||
|
||||
* gtk/gtkimmulticontext.c:
|
||||
* gtk/gtkhsv.c:
|
||||
* gtk/gtkhandlebox.c: Convert to use instance private data.
|
||||
|
||||
* gtk/gtk.h: Remove duplicate include. (#326429,
|
||||
Benoît Carpentier)
|
||||
|
||||
|
@ -1,5 +1,12 @@
|
||||
2006-01-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcalendar.c (gtk_calendar_focus_out): Queue a draw
|
||||
when losing the focus. (#326064, Andrew Conkling)
|
||||
|
||||
* gtk/gtkimmulticontext.c:
|
||||
* gtk/gtkhsv.c:
|
||||
* gtk/gtkhandlebox.c: Convert to use instance private data.
|
||||
|
||||
* gtk/gtk.h: Remove duplicate include. (#326429,
|
||||
Benoît Carpentier)
|
||||
|
||||
|
@ -2907,6 +2907,8 @@ gtk_calendar_focus_out (GtkWidget *widget,
|
||||
{
|
||||
GtkCalendarPrivate *priv = GTK_CALENDAR_GET_PRIVATE (widget);
|
||||
|
||||
gtk_widget_queue_draw (widget);
|
||||
|
||||
calendar_stop_spinning (GTK_CALENDAR (widget));
|
||||
|
||||
priv->in_drag = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user