Explorar el Código

rotate layer icon

Unknown hace 6 años
padre
commit
0c35ac0354
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lazpaint/maintoolbar.inc

+ 1 - 0
lazpaint/maintoolbar.inc

@@ -194,6 +194,7 @@ function TFMain.GetCurrentToolAction: TAction;
 begin
   Case CurrentTool of
   ptMoveLayer: result := LayerMove;
+  ptRotateLayer: result := LayerRotate;
   else result := ActionList1.ActionByName('Tool'+PaintToolTypeStr[CurrentTool]) as TAction;
   end;
 end;