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
a248ead3
Commit
a248ead3
authored
Feb 20, 2008
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zone containers selectability
parent
1b39dfc7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
change_log.txt
change_log.txt
+6
-1
collectors.cpp
pcbnew/collectors.cpp
+1
-0
No files found.
change_log.txt
View file @
a248ead3
...
...
@@ -9,7 +9,12 @@ email address.
================================================================================
+pcbnew
Add ZONE_CONTAINER support to the ID_PCB_HIGHLIGHT_BUTT tool and
WinEDA_PcbFrame::DrawHightLight()
WinEDA_PcbFrame::DrawHightLight(). Added TYPEZONE_CONTAINER to
GENERAL_COLLECTOR::AllButZones[] so that containers are editable even
when the "Show Zones" toggle is off. This came from using the software
and realizing that if something is visible (zone containers remain visible
even when Show Zones is off) then it should be selectable. Otherwise it is
confusing and frustrating.
2008-Feb-18 UPDATE Dick Hollenbeck <dick@softplc.com>
...
...
pcbnew/collectors.cpp
View file @
a248ead3
...
...
@@ -76,6 +76,7 @@ const KICAD_T GENERAL_COLLECTOR::AllButZones[] = {
TYPEPAD
,
TYPETEXTEMODULE
,
TYPEMODULE
,
TYPEZONE_CONTAINER
,
// if it is visible on screen, it should be selectable
EOT
};
...
...
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