Skip to content

Commit

Permalink
hatch: a fix for hatching regression
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Jun 3, 2015
1 parent 91c4731 commit 51ecc46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions librecad/src/lib/engine/rs_entitycontainer.cpp
Expand Up @@ -1593,8 +1593,7 @@ bool RS_EntityContainer::optimizeContours() {


// add new sorted entities:

for(auto en: entities){
for (RS_Entity* en=tmp.firstEntity(); en; en=tmp.nextEntity()) {
en->setProcessed(false);
addEntity(en->clone());
}
Expand Down

0 comments on commit 51ecc46

Please sign in to comment.