Remove incorrect comment regarding wxWidgets bug report from class_bitmap_base.cpp.

This commit is contained in:
Wayne Stambaugh 2016-02-23 19:31:34 -05:00
parent 8cb1f39ed5
commit bedf0b6aec
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@ void BITMAP_BASE::DrawBitmap( EDA_DRAW_PANEL* aPanel, wxDC* aDC, const wxPoint&
wxSize size = GetSize();
// 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 ) )
return;