mirror of
https://github.com/Denvi/FlatCAM.git
synced 2026-03-03 15:04:21 +01:00
Geometry editor fix
This commit is contained in:
@@ -1132,7 +1132,7 @@ class FlatCAMDraw(QtCore.QObject):
|
||||
plot_elements += self.plot_shape(geometry=geometry.interiors, color=color, linewidth=linewidth)
|
||||
|
||||
if type(geometry) == LineString or type(geometry) == LinearRing:
|
||||
plot_elements.append(self.add_shape(geometry, color=color))
|
||||
plot_elements.append(self.shapes.add(geometry, color=color))
|
||||
|
||||
if type(geometry) == Point:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user