Added correct PATH and SBOX_REDIRECT_IGNORE and PERL5LIB envs in rules for libtest...
[pkg-perl] / deb-src / libalien-wxwidgets-perl / libalien-wxwidgets-perl-0.50 / patches / wxWidgets-2.9.0-magic.patch
1 --- src/generic/grid.cpp        2009-09-04 06:52:48.000000000 +0200
2 +++ src/generic/grid.cpp        2009-10-18 14:43:42.000000000 +0200
3 @@ -5597,7 +5597,7 @@
4                  break;
5          }
6  
7 -        if ( textOrientation == wxHORIZONTAL )
8 +        if ( textOrientation != wxVERTICAL )
9          {
10              dc.DrawText( line, x, y );
11              y += lineHeight;