]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/statbmp.cpp
fixes for user dash handling (patch 717736)
[wxWidgets.git] / src / motif / statbmp.cpp
index 5209698fb0de2702e729b1fa1f09251745ae5b82..43e55139eec7c600b66333c38ddaff5890fe9ba1 100644 (file)
@@ -121,7 +121,7 @@ void wxStaticBitmap::DoSetBitmap()
             wxBitmap newBitmap = wxCreateMaskedBitmap(m_messageBitmapOriginal, col);
             m_messageBitmap = newBitmap;
 
-            pixmap = (Pixmap) m_messageBitmap.GetPixmap();
+            pixmap = (Pixmap) m_messageBitmap.GetDrawable();
         }
         else
         {