Redraw whole panel after Options dialog, so possible changes of grid settings can take effect.
This commit is contained in:
parent
dbba99a997
commit
8d9b8a98f4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue