From: Mattia Barbon Date: Wed, 2 Apr 2003 20:55:33 +0000 (+0000) Subject: Partial fix for mono wxMemoryDC not working. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6799385e8c7991dd96fa22cea471319645119edc Partial fix for mono wxMemoryDC not working. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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;