X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dfad0599246651d4994e348d868a3e65613c7379..7f985bd39a0605d8dea4b4b1abc717c5658209c6:/src/gtk1/dc.cpp diff --git a/src/gtk1/dc.cpp b/src/gtk1/dc.cpp index 13ffab2a44..6c939ef83c 100644 --- a/src/gtk1/dc.cpp +++ b/src/gtk1/dc.cpp @@ -2,9 +2,8 @@ // Name: dc.cpp // Purpose: // Author: Robert Roebling -// Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem +// Copyright: (c) 1998 Robert Roebling, Markus Holzem // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -363,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;