spelling
This commit is contained in:
parent
a0c5e040f7
commit
69e3f671e9
|
@ -8,10 +8,10 @@ email address.
|
||||||
================================================================================
|
================================================================================
|
||||||
++pcbnew
|
++pcbnew
|
||||||
* Added exporting of netclass vias to specctra_export.
|
* Added exporting of netclass vias to specctra_export.
|
||||||
* DIALOG_DESIGN_RULES now remembers it last selected TAB and screen position and
|
* DIALOG_DESIGN_RULES now remembers its last selected TAB and screen position and
|
||||||
window size, and its grid columns are automatically expanded to fit the
|
window size, and its grid columns are automatically expanded to fit the
|
||||||
column titles. Remembering screen position and size allows someone with
|
column titles. Remembering screen position and size allows someone with
|
||||||
multiple monitors, to have a given window always come up on the monitor last chosen
|
multiple monitors to have a given window always come up on the monitor last chosen
|
||||||
for it.
|
for it.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,7 @@ enum {
|
||||||
|
|
||||||
const wxString DIALOG_DESIGN_RULES::wildCard = _("* (Any)");
|
const wxString DIALOG_DESIGN_RULES::wildCard = _("* (Any)");
|
||||||
|
|
||||||
// dialog should remember it previously selected tab
|
// dialog should remember its previously selected tab
|
||||||
int DIALOG_DESIGN_RULES::s_LastTabSelection = -1;
|
int DIALOG_DESIGN_RULES::s_LastTabSelection = -1;
|
||||||
|
|
||||||
// dialog should remember its previous screen position and size
|
// dialog should remember its previous screen position and size
|
||||||
|
@ -65,7 +65,6 @@ wxSize DIALOG_DESIGN_RULES::s_LastSize;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function EnsureGridColumnWidths
|
* Function EnsureGridColumnWidths
|
||||||
* resizes all the columns in a wxGrid based only on the requirements of the
|
* resizes all the columns in a wxGrid based only on the requirements of the
|
||||||
|
|
Loading…
Reference in New Issue