ZONE_CONTAINERs are drawn as outlines while being edited using the POINT_EDITOR.
This commit is contained in:
parent
19a87ac780
commit
40ee66f8c5
|
@ -390,6 +390,7 @@ void POINT_EDITOR::updateItem() const
|
|||
case PCB_ZONE_AREA_T:
|
||||
{
|
||||
ZONE_CONTAINER* zone = static_cast<ZONE_CONTAINER*>( item );
|
||||
zone->ClearFilledPolysList();
|
||||
CPolyLine* outline = zone->Outline();
|
||||
|
||||
for( int i = 0; i < outline->GetCornersCount(); ++i )
|
||||
|
|
Loading…
Reference in New Issue