Pcbnew: make global edit pads function compatible with new pads changes and make it undoable.
This commit is contained in:
parent
0893f3f32f
commit
9d839eb86e
|
@ -57,6 +57,8 @@ DIALOG_GLOBAL_PADS_EDITION::DIALOG_GLOBAL_PADS_EDITION(
|
||||||
m_Pad_Layer_Filter_CB->SetValue( m_Pad_Layer_Filter );
|
m_Pad_Layer_Filter_CB->SetValue( m_Pad_Layer_Filter );
|
||||||
m_Pad_Orient_Filter_CB->SetValue( m_Pad_Orient_Filter );
|
m_Pad_Orient_Filter_CB->SetValue( m_Pad_Orient_Filter );
|
||||||
|
|
||||||
|
SetFocus();
|
||||||
|
|
||||||
GetSizer()->Fit( this );
|
GetSizer()->Fit( this );
|
||||||
Centre();
|
Centre();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue