Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
69e3f671
Commit
69e3f671
authored
Nov 02, 2009
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling
parent
a0c5e040
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
CHANGELOG.txt
CHANGELOG.txt
+2
-2
dialog_design_rules.cpp
pcbnew/dialog_design_rules.cpp
+1
-2
No files found.
CHANGELOG.txt
View file @
69e3f671
...
...
@@ -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 it
s
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.
...
...
pcbnew/dialog_design_rules.cpp
View file @
69e3f671
...
...
@@ -56,7 +56,7 @@ enum {
const
wxString
DIALOG_DESIGN_RULES
::
wildCard
=
_
(
"* (Any)"
);
// dialog should remember it previously selected tab
// dialog should remember it
s
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment