Typo fix: Correct 'allow to' -> 'allows one to'
This commit is contained in:
parent
32e8a17cc0
commit
8dff3725ac
|
@ -94,7 +94,7 @@ void GRID_CELL_COMBOBOX::BeginEdit( int aRow, int aCol, wxGrid* aGrid )
|
|||
// This is a work around for the combobox being simply dismissed when a
|
||||
// choice is made in it under OS X. The bug is almost certainly due to a
|
||||
// problem in focus events generation logic but it's not obvious to fix and
|
||||
// for now this at least allows to use wxGrid.
|
||||
// for now this at least allows one to use wxGrid.
|
||||
Combo()->Popup();
|
||||
#endif
|
||||
|
||||
|
|
|
@ -202,7 +202,7 @@ void GRID_CELL_ICON_TEXT_POPUP::BeginEdit( int aRow, int aCol, wxGrid* aGrid )
|
|||
// This is a work around for the combobox being simply dismissed when a
|
||||
// choice is made in it under OS X. The bug is almost certainly due to a
|
||||
// problem in focus events generation logic but it's not obvious to fix and
|
||||
// for now this at least allows to use wxGrid.
|
||||
// for now this at least allows one to use wxGrid.
|
||||
Combo()->Popup();
|
||||
#endif
|
||||
|
||||
|
|
|
@ -157,7 +157,7 @@ void GRID_CELL_LAYER_SELECTOR::BeginEdit( int aRow, int aCol, wxGrid* aGrid )
|
|||
// This is a work around for the combobox being simply dismissed when a
|
||||
// choice is made in it under OS X. The bug is almost certainly due to a
|
||||
// problem in focus events generation logic but it's not obvious to fix and
|
||||
// for now this at least allows to use wxGrid.
|
||||
// for now this at least allows one to use wxGrid.
|
||||
if( !LayerBox()->IsPopupShown() )
|
||||
LayerBox()->Popup();
|
||||
#endif
|
||||
|
|
|
@ -82,7 +82,7 @@ class QFNWizard(FootprintWizardBase.FootprintWizard):
|
|||
|
||||
pad_pitch = self.pads["pitch"]
|
||||
pad_length = self.pads["length"]
|
||||
# offset allows to define how much of the pad is outside of the package
|
||||
# offset allows one to define how much of the pad is outside of the package
|
||||
pad_offset = self.pads["offset"]
|
||||
pad_width = self.pads["width"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue