projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
-1->wxID_ANY, TRUE->true and FALSE->false replacements.
[wxWidgets.git]
/
src
/
mgl
/
dcclient.cpp
diff --git
a/src/mgl/dcclient.cpp
b/src/mgl/dcclient.cpp
index 1bf1ba57f3fa19d74b5b56110a7b2cd08602a1d3..d238dbc95cb9d8edf207b11d994b0db4bf4fa724 100644
(file)
--- a/
src/mgl/dcclient.cpp
+++ b/
src/mgl/dcclient.cpp
@@
-3,11
+3,11
@@
// Purpose:
// Author: Vaclav Slavik
// RCS-ID: $Id$
// 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
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "dcclient.h"
#endif
#pragma implementation "dcclient.h"
#endif
@@
-69,5
+69,6
@@
wxClientDC::wxClientDC(wxWindow *win) : wxWindowDC(win)
{
wxRect r = m_wnd->GetClientRect();
m_globalClippingRegion.Intersect(r);
{
wxRect r = m_wnd->GetClientRect();
m_globalClippingRegion.Intersect(r);
+ SetClippingRegion(m_globalClippingRegion);
SetDeviceOrigin(r.x, r.y);
}
SetDeviceOrigin(r.x, r.y);
}