projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't use -q option with egrep, Solaris doesn't have it (bug 517145)
[wxWidgets.git]
/
src
/
mgl
/
dcclient.cpp
diff --git
a/src/mgl/dcclient.cpp
b/src/mgl/dcclient.cpp
index e5b507cc92115a1373dff6c1be5e2a167d5b98e6..1bf1ba57f3fa19d74b5b56110a7b2cd08602a1d3 100644
(file)
--- a/
src/mgl/dcclient.cpp
+++ b/
src/mgl/dcclient.cpp
@@
-44,10
+44,6
@@
wxWindowDC::wxWindowDC(wxWindow *win) : m_wnd(win)
{
m_inPaintHandler = FALSE;
{
m_inPaintHandler = FALSE;
- // VS: we have to update here so that screen's content is up-to-date
- // and blitting from wxWindowDC works as expected
- win->Update();
-
dc = new MGLDevCtx(MGL_wmBeginPaint(win->GetHandle()));
MGLRegion clip;
dc = new MGLDevCtx(MGL_wmBeginPaint(win->GetHandle()));
MGLRegion clip;