// 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
/////////////////////////////////////////////////////////////////////////////
{
// 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;