minor bugs fix.
This commit is contained in:
parent
7472333505
commit
27005d8cd2
|
@ -143,7 +143,7 @@ void WinEDA_SchematicFrame::OnSetOptions( wxCommandEvent& event )
|
|||
SetGridVisibility( dlg.GetShowGrid() );
|
||||
m_ShowAllPins = dlg.GetShowHiddenPins();
|
||||
DrawPanel->m_AutoPAN_Enable = dlg.GetEnableAutoPan();
|
||||
g_HVLines = dlg.GetEnableAnyBusOrientation();
|
||||
g_HVLines = dlg.GetEnableHVBusOrientation();
|
||||
g_ShowPageLimits = dlg.GetShowPageLimits();
|
||||
DrawPanel->Refresh( true );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue