added forgotten lines from patch "EEschema selection.patch"
This commit is contained in:
parent
3c6c7134af
commit
f431869300
|
@ -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…
Reference in New Issue