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
|
||||
wxPaintDC pDC( this );
|
||||
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
|
||||
wxPaintDC pDC( this );
|
||||
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
|
||||
#else
|
||||
wxPaintDC paintDC( this );
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue