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:
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
Block a user