Fixed display bug in GerbView
This commit is contained in:
parent
f50285d902
commit
af16e7a670
|
@ -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
|
||||
|
|
|
@ -265,7 +265,7 @@ void WinEDA_SetColorsFrame::OnOkClick(wxCommandEvent& WXUNUSED(event))
|
|||
/*******************************************************************/
|
||||
{
|
||||
UpdateLayerSettings();
|
||||
m_Parent->GetScreen()->SetRefreshReq();
|
||||
m_Parent->ReDrawPanel();
|
||||
EndModal( 1 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue