- fixed bug: after using Paint Tool shortcut keys are disabled

This commit is contained in:
Marius Stanciu
2019-03-26 22:39:49 +02:00
parent a7e6914584
commit 0002d32341
3 changed files with 2 additions and 2 deletions

View File

@@ -3371,7 +3371,6 @@ class Gerber (Geometry):
# self.solid_geometry = affinity.scale(self.solid_geometry,
# xscale, yscale, origin=(px, py))
def skew(self, angle_x, angle_y, point):
"""
Shear/Skew the geometries of an object by angles along x and y dimensions.