Took one part of the patch back again...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2004-10-17 19:32:48 +00:00
parent 8850cbd3c3
commit bf9848e73d
2 changed files with 2 additions and 2 deletions

View File

@ -1426,7 +1426,7 @@ bool wxWindowDC::DoBlit( wxCoord xdest, wxCoord ydest,
}
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 );

View File

@ -1426,7 +1426,7 @@ bool wxWindowDC::DoBlit( wxCoord xdest, wxCoord ydest,
}
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 );