draw only in OnPaint
This commit is contained in:
parent
ec4cbb79ed
commit
c439e0da05
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue