whitespace
This commit is contained in:
parent
2e5a57e100
commit
48f30e191e
|
@ -512,9 +512,9 @@ void WinEDA_DrawPanel::OnPaint( wxPaintEvent& event )
|
||||||
/***************************************************/
|
/***************************************************/
|
||||||
{
|
{
|
||||||
#ifdef USE_GCDC_IN_KICAD
|
#ifdef USE_GCDC_IN_KICAD
|
||||||
wxPaintDC pDC( this );
|
wxPaintDC pDC( this );
|
||||||
wxGCDC paintDC(pDC); // Following line should be disabled on MSW and OS X
|
wxGCDC paintDC(pDC); // Following line should be disabled on MSW and OS X
|
||||||
paintDC.GetGraphicsContext()->Translate(0.5, 0.5); // Fix for pixel offset bug http://trac.wxwidgets.org/ticket/4187
|
paintDC.GetGraphicsContext()->Translate(0.5, 0.5); // Fix for pixel offset bug http://trac.wxwidgets.org/ticket/4187
|
||||||
#else
|
#else
|
||||||
wxPaintDC paintDC( this );
|
wxPaintDC paintDC( this );
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue