spelling
This commit is contained in:
parent
a0c5e040f7
commit
69e3f671e9
|
@ -8,10 +8,10 @@ email address.
|
|||
================================================================================
|
||||
++pcbnew
|
||||
* 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
|
||||
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.
|
||||
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@ enum {
|
|||
|
||||
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;
|
||||
|
||||
// dialog should remember its previous screen position and size
|
||||
|
@ -65,7 +65,6 @@ wxSize DIALOG_DESIGN_RULES::s_LastSize;
|
|||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Function EnsureGridColumnWidths
|
||||
* resizes all the columns in a wxGrid based only on the requirements of the
|
||||
|
|
Loading…
Reference in New Issue