Fixed a refresh problem when using scrollbars.

This commit is contained in:
charras 2010-02-06 20:55:59 +00:00
parent ab468e20dc
commit c4ed10299a
1 changed files with 2 additions and 0 deletions

View File

@ -571,6 +571,8 @@ void WinEDA_DrawPanel::OnPaint( wxPaintEvent& event )
wxRect PaintClipBox;
wxPoint org;
SetBoundaryBox();
tmp = m_ClipBox;
org = m_ClipBox.GetOrigin();