Commit a248ead3 authored by dickelbeck's avatar dickelbeck

zone containers selectability

parent 1b39dfc7
......@@ -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>
......
......@@ -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
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment