Committing in .
Changes to get the libraries cleanly compiled on VMS Modified Files: wxWindows/setup.h_vms wxWindows/src/common/image.cpp wxWindows/src/motif/dcclient.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1267,7 +1267,6 @@ void wxWindowDC::DoDrawRotatedText( const wxString &text, wxCoord x, wxCoord y,
|
||||
{
|
||||
// draw black pixels, ignore white ones (i.e. transparent b/g)
|
||||
if (image.GetRed(sx, sy) == 0)
|
||||
{
|
||||
{
|
||||
DrawPoint(x1 + maxx - rx, cy + y1 - ry);
|
||||
}
|
||||
|
Reference in New Issue
Block a user