]> Pileus Git - ~andy/gtk/commit
themingengine: remove xthickness FIXME from gtk_render_line() code
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 1 Sep 2011 16:43:08 +0000 (12:43 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Fri, 2 Sep 2011 19:11:53 +0000 (15:11 -0400)
commitf5e758bd60260dbe1a6973e34ceab03adecf2ccf
treea7b082f02e84f84d2ca1b4c6d6a6fd3a6013976b
parent640f06928f33e97441f5fc248962d20383f72f10
themingengine: remove xthickness FIXME from gtk_render_line() code

The gtk_render_line() code has a FIXME (coming from the 2.x migration I
suppose) about using xthickness, and it actually hardcodes two lines of
different color instead of drawing a single one.
Since we don't support xthickness anymore, make gtk_render_line() do
what it says, i.e. just draw an 1px line colored with the current
color.

https://bugzilla.gnome.org/show_bug.cgi?id=657963
gtk/gtkthemingengine.c