Commit by: davids
Modified files:
internal/wxPython-2.5/src/generic/colheader.cpp 1.19 1.20

Log message:

colheader - fixed a GTK compilation problem in my last checkin (d'oh!)
r=TBD



ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/wxPython-2.5/src/generic/colheader.cpp.diff?r1=text&tr1=1.19&r2=text&tr2=1.20

Index: internal/wxPython-2.5/src/generic/colheader.cpp
diff -u internal/wxPython-2.5/src/generic/colheader.cpp:1.19 
internal/wxPython-2.5/src/generic/colheader.cpp:1.20
--- internal/wxPython-2.5/src/generic/colheader.cpp:1.19        Sun Mar 20 
12:19:00 2005
+++ internal/wxPython-2.5/src/generic/colheader.cpp     Sun Mar 20 14:27:31 2005
@@ -1733,7 +1733,7 @@
        {
        wxRect          iconBoundsR;
 
-               GetBitmapBounds( &iconBoundsR );
+               GetBitmapBounds( boundsR, m_TextJust, &iconBoundsR );
                dc->DrawBitmap( imageRef, iconBoundsR.x, iconBoundsR.y, false );
        }
 

_______________________________________________
Commits mailing list
Commits@osafoundation.org
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to