draw only in OnPaint

This commit is contained in:
dickelbeck 2008-03-31 13:50:57 +00:00
parent ec4cbb79ed
commit c439e0da05
1 changed files with 0 additions and 3 deletions

View File

@ -191,8 +191,5 @@ void WinEDA_MsgPanel::erase( wxDC* DC )
DC->SetBrush( brush );
DC->DrawRectangle( 0, 0, size.x, size.y );
DC->SetBrush( wxNullBrush );
DC->SetPen( wxNullPen );
}