changeset 4658 | 280195b0ffbd |
parent 4657 | 3cd5bd943b94 |
child 4666 | 34551d8639cf |
4657:3cd5bd943b94 | 4658:280195b0ffbd |
---|---|
134 paths.append(points); |
134 paths.append(points); |
135 |
135 |
136 points.clear(); |
136 points.clear(); |
137 } |
137 } |
138 } |
138 } |
139 if (data.size() > 5) points.append(QPoint(px, py)); |
139 if (data.size() >= 5) points.append(QPoint(px, py)); |
140 } |
140 } |
141 |
141 |
142 emit pathChanged(); |
142 emit pathChanged(); |
143 } |
143 } |
144 |
144 |