]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dcclient.cpp
Warning fixes to unused variables, int/wxChar keycode and other typecasting, not...
[wxWidgets.git] / src / gtk1 / dcclient.cpp
index c5e1b9c5f5415b839dda5ba09999aa81181b3a14..d3dd84f7a6e6060927d42f00b69bc74bbf716ec7 100644 (file)
@@ -1506,8 +1506,8 @@ void wxWindowDC::DoDrawText( const wxString &text, wxCoord x, wxCoord y )
     }
 
     int w,h;
-    
-    if (fabs(m_scaleY - 1.0) < 0.00001)
+
+    if (fabs(m_scaleY - 1.0) > 0.00001)
     {
          // If there is a user or actually any scale applied to
          // the device context, scale the font.