Commit c439e0da authored by dickelbeck's avatar dickelbeck

draw only in OnPaint

parent ec4cbb79
......@@ -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 );
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment