Remove incorrect comment regarding wxWidgets bug report from class_bitmap_base.cpp.
This commit is contained in:
parent
8cb1f39ed5
commit
bedf0b6aec
|
@ -224,7 +224,6 @@ void BITMAP_BASE::DrawBitmap( EDA_DRAW_PANEL* aPanel, wxDC* aDC, const wxPoint&
|
||||||
wxSize size = GetSize();
|
wxSize size = GetSize();
|
||||||
|
|
||||||
// This fixes a bug in OSX that should be fixed in the 3.0.3 version or later.
|
// This fixes a bug in OSX that should be fixed in the 3.0.3 version or later.
|
||||||
// See: http://trac.wxwidgets.org/ticket/16329 for more information.
|
|
||||||
if( ( size.x == 0 ) || ( size.y == 0 ) )
|
if( ( size.x == 0 ) || ( size.y == 0 ) )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue