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.8.0-magic.patch
1 diff -r -u src/generic/grid.cpp src/generic/grid.cpp
2 --- src/generic/grid.cpp        2006-12-11 22:49:47.000000000 +0100
3 +++ src/generic/grid.cpp        2007-02-25 19:58:45.000000000 +0100
4 @@ -8045,7 +8045,7 @@
5                  break;
6          }
7  
8 -        if ( textOrientation == wxHORIZONTAL )
9 +        if ( textOrientation != wxVERTICAL )
10          {
11              dc.DrawText( line, x, y );
12              y += lineHeight;