GNOME Bugzilla – Bug 106450
Splash screen repaint issue
Last modified: 2004-12-22 21:47:04 UTC
When repainting the text at the bottom of the splash screen, the logical rather than ink extents of the text are used. Logical extents are correct for positioning the text but don't result in quite a large enough rectangle for gtk_widget_queue_draw_area(). Also, the extra text siize for the drop shadow isn't being considered. Bad hack patch is to just queue_draw_area on a slightly larger area (add 15 all around or something) in the two places we queue_draw_area on the text box.
Created attachment 22876 [details] [review] bad patch on an obscure widget, will anybody notice?
*** Bug 130052 has been marked as a duplicate of this bug. ***
*** Bug 144017 has been marked as a duplicate of this bug. ***
2004-06-14 Mark McLoughlin <mark@skynet.ie> Identical patches from Carlos Romero <kidcrash@bellsouth.net> in bug #106450 and Simone Gotti <simone.gotti@email.it> in bug #144017. * splash-widget.c: (calc_text_box): make sure the drop shadow is included in queue_draw_area()