}
else // use_bitmap_method
{
- if ((memDC->m_selected.GetWidth() != ww) || (memDC->m_selected.GetHeight() != hh))
+ if ((width != ww) || (height != hh))
{
// get clip coords
wxRegion tmp( xx,yy,ww,hh );
}
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.