]> Pileus Git - ~andy/gtk/commit
Fix a regression in RTL flipping
authorMatthias Clasen <mclasen@redhat.com>
Sun, 25 Apr 2010 20:23:01 +0000 (16:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 25 Apr 2010 20:23:01 +0000 (16:23 -0400)
commitff0eb0320136fe7f254edcec978f8af0df8436b9
tree404276e96b101e02f8644cc52e6806142854ef66
parent148ea63dba21d782e8ee7d3645edadb345b40ae4
Fix a regression in RTL flipping

This was only showing up with pack-end packing in horizontal boxes.
The RTL flipping has to be applied after moving the reference point
to the left edge of the child.
gtk/gtkbox.c