From: John Darrington Date: Thu, 16 Apr 2009 13:14:21 +0000 (+0800) Subject: Unmap tooltip when sheet is unmapped X-Git-Tag: sav-api~655 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=6ff7e1117cffdae73749c39692f94258fb0ca277 Unmap tooltip when sheet is unmapped --- diff --git a/lib/gtk-contrib/psppire-sheet.c b/lib/gtk-contrib/psppire-sheet.c index 87547e8431..9442f26075 100644 --- a/lib/gtk-contrib/psppire-sheet.c +++ b/lib/gtk-contrib/psppire-sheet.c @@ -2143,6 +2143,7 @@ psppire_sheet_unmap (GtkWidget *widget) gtk_widget_unmap (sheet->entry_widget); gtk_widget_unmap (sheet->button); + gtk_widget_unmap (sheet->hover_window->window); } /* get cell attributes of the given cell */