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:
Matthias Clasen
2006-01-11 03:48:27 +00:00
committed by Matthias Clasen
parent 0a314300cf
commit 4da4ca3103
3 changed files with 16 additions and 0 deletions

View File

@ -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;