GNOME Bugzilla – Bug 98215
disclosure widget (in file gsearchtool-support) not properly showing indicator in RTL text direction
Last modified: 2009-08-15 18:40:50 UTC
Disclosure widget (originally from gnome-media) has problems to properly draw the indicator in RTL (rigth to left) text direction. Also has problems with big container->borderwiths. the same problem as 98213 (gnome-panel) and 98195 (gnome-media)
Created attachment 12223 [details] [review] my proposal. eliminates the use of uninitialized data (indicator_size) and changes the way calculate *x
Applied to CVS (HEAD). 2002-11-12 Dennis M. Cranston <dennis_cranston@yahoo.com> * gsearchtool-support.c: Patch from "jaiserca@inf.upv.es (jaiserca)" to fix disclosure widget drawing problems in RTL (right to left) environments. Fixes bug 98215.