7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-19 08:31:48 +00:00

draw only in OnPaint

This commit is contained in:
dickelbeck 2008-03-31 13:50:57 +00:00
parent ec4cbb79ed
commit c439e0da05

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 );
}