Redraw whole panel after Options dialog, so possible changes of grid settings can take effect.

This commit is contained in:
diemer 2008-03-30 14:59:55 +00:00
parent dbba99a997
commit 8d9b8a98f4
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ void WinEDA_SchematicFrame::Process_Config( wxCommandEvent& event )
case ID_OPTIONS_SETUP:
DisplayOptionFrame( this, pos );
DrawPanel->Refresh(TRUE); // Redraw, because grid settings may have changed.
break;
case ID_CONFIG_SAVE: