projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't link with media lib with USE_MEDIA==0.
[wxWidgets.git]
/
src
/
os2
/
dcmemory.cpp
diff --git
a/src/os2/dcmemory.cpp
b/src/os2/dcmemory.cpp
index 26e11bfe8d8b0ace2c9082b662a7eeebb43735d5..a786f316410c4d942577bccf6ef73007aacf8998 100644
(file)
--- 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