X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6037dd262ff5a4abc761b165b1284381b26fb3ac..68df211faedeabdf4259858109d1bd7385fdccf5:/src/os2/dcmemory.cpp diff --git a/src/os2/dcmemory.cpp b/src/os2/dcmemory.cpp index 26e11bfe8d..a786f31641 100644 --- a/src/os2/dcmemory.cpp +++ b/src/os2/dcmemory.cpp @@ -38,9 +38,7 @@ wxMemoryDC::wxMemoryDC( wxDC* pOldDC ) { - pOldDC->BeginDrawing(); CreateCompatible(pOldDC); - pOldDC->EndDrawing(); Init(); } // end of wxMemoryDC::wxMemoryDC