X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3cd0b8c5b5a320bba065c4da306be3687d144157..be7a101366995b7b7bb76e3d5b1e7dd8fc9a1af8:/src/x11/dcmemory.cpp diff --git a/src/x11/dcmemory.cpp b/src/x11/dcmemory.cpp index 34cc5f0753..aa2132140d 100644 --- a/src/x11/dcmemory.cpp +++ b/src/x11/dcmemory.cpp @@ -59,7 +59,7 @@ void wxMemoryDC::SelectObject( const wxBitmap& bitmap ) } else { -// m_window = m_selected.GetBitmap(); + m_window = m_selected.GetBitmap(); } m_isMemDC = TRUE;