GNOME Bugzilla – Bug 647013
Serch bar is repainted incorrectly after resizing
Last modified: 2011-04-07 19:48:43 UTC
Created attachment 185406 [details] searchbar incorrectly repainted Open the search bar, then resize the sidebar: the search bar is repainted incorrectly. For example, if the sidebar is shrinked the dark blue frame leaves some ghost lines on the left of the "Search" label (see attachment)
This is now fixed in master, thanks for the report. The following fix has been pushed: d8b6327 search-bar: set redraw_on_allocate(), like GtkInfoBar does
Created attachment 185467 [details] [review] search-bar: set redraw_on_allocate(), like GtkInfoBar does This fixes artifacts while resizing. A similar patch was committed to GtkInfoBar in https://bugzilla.gnome.org/show_bug.cgi?id=587716.