-
- // CMB: if scale has changed call SetPen to recalulate the line width
- if (m_scaleX != origScaleX || m_scaleY != origScaleY)
- {
- // this is a bit artificial, but we need to force wxDC to think
- // the pen has changed
- // It gives an Assert, Robert Roebling
-/*
- wxPen pen = m_pen;
- m_pen = wxNullPen;
- SetPen( pen );
-*/
- }