Commit af16e7a6 authored by g_harland's avatar g_harland

Fixed display bug in GerbView

parent f50285d9
......@@ -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 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment