kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #00698
problems after draggin a footprint
About the problem found after dragging a footprint, i believe the function
dragsegm.cpp/EraseDragListe() has a problem: it does not clear the
m_Flags member of dragged segments.
And of course when a such segment is selected, wrong things are made.
i added (line 244) this line, and its work better.
pt_drag->m_Segm->m_Flags = 0;
but I am tired, and if more work is needed, I'll see this tomorrow.
And now, i'll go to the bed...
--
Jean-Pierre CHARRAS
Maître de conférences
Directeur d'études 2ieme année.
Génie Electrique et Informatique Industrielle 2
Institut Universitaire de Technologie 1 de Grenoble
BP 67, 38402 St Martin d'Heres Cedex
Recherche :
GIPSA-LIS - INPG
46, Avenue Félix Viallet
38031 Grenoble cedex
Follow ups
References