Resize the popup if necessary. (#308076, Vincent Noel)

2005-06-17  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkentrycompletion.c (gtk_entry_completion_complete):
	Resize the popup if necessary.  (#308076, Vincent Noel)
This commit is contained in:
Matthias Clasen
2005-06-17 18:27:57 +00:00
committed by Matthias Clasen
parent 4a37701aa1
commit 4131fd4ff8
4 changed files with 12 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
2005-06-17 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentrycompletion.c (gtk_entry_completion_complete):
Resize the popup if necessary. (#308076, Vincent Noel)
* gtk/gtkwindow.c (gtk_window_real_set_focus): Queue a
draw on the old and new focus widgets, if their defaultness
changes. (#305607, Billy Biggs)

View File

@@ -1,5 +1,8 @@
2005-06-17 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentrycompletion.c (gtk_entry_completion_complete):
Resize the popup if necessary. (#308076, Vincent Noel)
* gtk/gtkwindow.c (gtk_window_real_set_focus): Queue a
draw on the old and new focus widgets, if their defaultness
changes. (#305607, Billy Biggs)

View File

@@ -1,5 +1,8 @@
2005-06-17 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentrycompletion.c (gtk_entry_completion_complete):
Resize the popup if necessary. (#308076, Vincent Noel)
* gtk/gtkwindow.c (gtk_window_real_set_focus): Queue a
draw on the old and new focus widgets, if their defaultness
changes. (#305607, Billy Biggs)

View File

@@ -1075,6 +1075,9 @@ gtk_entry_completion_complete (GtkEntryCompletion *completion)
g_free (tmp);
gtk_tree_model_filter_refilter (completion->priv->filter_model);
if (GTK_WIDGET_VISIBLE (completion->priv->popup_window))
_gtk_entry_completion_resize_popup (completion);
}
static void