Browse Source

added forgotten lines from patch "EEschema selection.patch"

pull/1/head
jean-pierre charras 15 years ago
parent
commit
f431869300
  1. 2
      common/gr_basic.cpp

2
common/gr_basic.cpp

@ -555,7 +555,7 @@ void GRResetPenAndBrush( wxDC* DC )
* Function GRSetColorPen
* sets a pen style, width, color, and alpha into the given device context.
*/
void GRSetColorPen( wxDC* DC, int Color, int width, int style )
void GRSetColorPen( wxDC* DC, int Color, int width, wxPenStyle style )
{
if( width < 0 )
width = 0;

Loading…
Cancel
Save