]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/dcmemory.cpp
added support for wxCONFIG_USE_NO_ESCAPE_CHARACTERS flag to wxFileConfig (patch 591381)
[wxWidgets.git] / src / mgl / dcmemory.cpp
index a4afbacd2b0607b5e547f5ca8ea0d2f173dea4bd..c8818c224227ce0c0150e90bdc4ef0ed4695f638 100644 (file)
@@ -44,11 +44,11 @@ wxMemoryDC::~wxMemoryDC()
 
 void wxMemoryDC::SelectObject(const wxBitmap& bitmap)
 {
-    SetMGLDC(NULL, TRUE);
-    m_selected = bitmap;
-
     if ( bitmap.Ok() )
+    {
+        m_selected = bitmap;
         SetMGLDC(m_selected.CreateTmpDC(), TRUE);
+    }
 }
 
 void wxMemoryDC::SetPen(const wxPen &pen)