Commit 8d9b8a98 authored by diemer's avatar diemer

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

parent dbba99a9
......@@ -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:
......
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