From 6ff7e1117cffdae73749c39692f94258fb0ca277 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Thu, 16 Apr 2009 21:14:21 +0800 Subject: [PATCH] Unmap tooltip when sheet is unmapped --- lib/gtk-contrib/psppire-sheet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gtk-contrib/psppire-sheet.c b/lib/gtk-contrib/psppire-sheet.c index 87547e84..9442f260 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 */ -- 2.30.2