]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dcmemory.cpp
try to create smaller executables
[wxWidgets.git] / src / motif / dcmemory.cpp
index 8694f0b6eccd70854984e0fecd501adf0f9e4702..bdbd68f7276480c5dfb3086495819b04d181bf01 100644 (file)
@@ -119,6 +119,7 @@ void wxMemoryDC::SelectObject( const wxBitmap& bitmap )
             &gcvalues);
         
         m_backgroundPixel = (int) gcvalues.background;
+        m_ok = TRUE;
         
         // Get the current Font so we can set it back later
         XGCValues valReturn;
@@ -133,7 +134,6 @@ void wxMemoryDC::SelectObject( const wxBitmap& bitmap )
         
         SetOptimization(oldOpt);
         
-        m_ok = TRUE;
     }
     else
     {