Fixed display bug in GerbView

This commit is contained in:
g_harland 2007-10-08 03:16:10 +00:00
parent f50285d902
commit af16e7a670
2 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,13 @@ Started 2007-June-11
Please add newer entries at the top, list the date and your name with
email address.
2007-Oct-08 UPDATE Geoff Harland <gharlandau@yahoo.com.au>
================================================================================
+ gerbview
Display on screen now updates properly (in Linux version) after clicking on
the "OK" button provided within the "GerbView Layer Colors" dialog box.
2007-Oct-7 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================
+ eeschema

View File

@ -265,7 +265,7 @@ void WinEDA_SetColorsFrame::OnOkClick(wxCommandEvent& WXUNUSED(event))
/*******************************************************************/
{
UpdateLayerSettings();
m_Parent->GetScreen()->SetRefreshReq();
m_Parent->ReDrawPanel();
EndModal( 1 );
}