]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dcclient.cpp
extracted LPITEMIDLIST wrappers in a separate header (also [will be] used by wxStdnar...
[wxWidgets.git] / src / gtk1 / dcclient.cpp
index ed7876025f746202eacf9db182bb85d854187957..c5e1b9c5f5415b839dda5ba09999aa81181b3a14 100644 (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 );