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:
@@ -1426,7 +1426,7 @@ bool wxWindowDC::DoBlit( wxCoord xdest, wxCoord ydest,
|
|||||||
}
|
}
|
||||||
else // use_bitmap_method
|
else // use_bitmap_method
|
||||||
{
|
{
|
||||||
if ((memDC->m_selected.GetWidth() != ww) || (memDC->m_selected.GetHeight() != hh))
|
if ((width != ww) || (height != hh))
|
||||||
{
|
{
|
||||||
// get clip coords
|
// get clip coords
|
||||||
wxRegion tmp( xx,yy,ww,hh );
|
wxRegion tmp( xx,yy,ww,hh );
|
||||||
|
@@ -1426,7 +1426,7 @@ bool wxWindowDC::DoBlit( wxCoord xdest, wxCoord ydest,
|
|||||||
}
|
}
|
||||||
else // use_bitmap_method
|
else // use_bitmap_method
|
||||||
{
|
{
|
||||||
if ((memDC->m_selected.GetWidth() != ww) || (memDC->m_selected.GetHeight() != hh))
|
if ((width != ww) || (height != hh))
|
||||||
{
|
{
|
||||||
// get clip coords
|
// get clip coords
|
||||||
wxRegion tmp( xx,yy,ww,hh );
|
wxRegion tmp( xx,yy,ww,hh );
|
||||||
|
Reference in New Issue
Block a user