|
@@ -603,6 +603,7 @@ var
|
|
original: TVectorOriginal;
|
|
original: TVectorOriginal;
|
|
i: Integer;
|
|
i: Integer;
|
|
begin
|
|
begin
|
|
|
|
+ if Manager.ToolSleeping then exit;
|
|
if not Manager.Image.SelectionMaskEmpty and
|
|
if not Manager.Image.SelectionMaskEmpty and
|
|
not Manager.Image.SelectionLayerIsEmpty and
|
|
not Manager.Image.SelectionLayerIsEmpty and
|
|
IsAffineMatrixInversible(Manager.Image.SelectionTransform) then
|
|
IsAffineMatrixInversible(Manager.Image.SelectionTransform) then
|