GNOME Bugzilla – Bug 640085
Look of search entry after using it
Last modified: 2011-01-20 22:25:22 UTC
Created attachment 178857 [details] Screenshot Go to overview, - type something in the search entry and press (x) or - just click into the search entry and then click outside => the corners of the entry widget look broken (on g-s git master as of today on f14 with intel hardware)
Created attachment 178886 [details] [review] st: Report correct paint volumes during transitions StWidget reports a paint volume large enough to paint the current theme node. As CSS transitions also paint the previous theme node, the reported paint volume may be incorrect, resulting in screen artifacts when painting outside the reported volume. Add st_theme_node_transition_get_paint_box() to calculate an allocation large enough to paint both theme nodes, and use it to report the correct paint volume during transitions.
Review of attachment 178886 [details] [review]: Looks good ::: src/st/st-widget.c @@ +694,3 @@ return FALSE; + priv = ST_WIDGET(self)->priv; missing space
Attachment 178886 [details] pushed as 289d577 - st: Report correct paint volumes during transitions