]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dc.cpp
wxFrame size bug
[wxWidgets.git] / src / gtk1 / dc.cpp
index 3678494de46c238a4020b46ca8da26e6784ab89b..6c939ef83c215d15108088afa1b0fc0f8b539a0a 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:
 // Author:      Robert Roebling
 // RCS-ID:      $Id$
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Copyright:   (c) 1998 Robert Roebling, Markus Holzem
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -362,6 +362,8 @@ void wxDC::ComputeScaleAndOrigin(void)
   {
     // this is a bit artificial, but we need to force wxDC to think
     // the pen has changed
+      // Using this code, wxDC will ignore the new settings
+      // so it's complete non-sense, Robert Roebling TODO!!
     wxPen* pen = GetPen();
     wxPen tempPen;
     m_pen = tempPen;