X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/350d00642781486fcefd4bb7b27d8ef39f3276a9..c9b142c9f8a33853c9183df8304bd6fe8d945964:/src/mgl/dcclient.cpp?ds=inline diff --git a/src/mgl/dcclient.cpp b/src/mgl/dcclient.cpp index e5b507cc92..2afdbad279 100644 --- a/src/mgl/dcclient.cpp +++ b/src/mgl/dcclient.cpp @@ -3,7 +3,7 @@ // Purpose: // Author: Vaclav Slavik // RCS-ID: $Id$ -// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) +// Copyright: (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -44,10 +44,6 @@ wxWindowDC::wxWindowDC(wxWindow *win) : m_wnd(win) { 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;