Explorar o código

rotate layer icon

Unknown %!s(int64=6) %!d(string=hai) anos
pai
achega
0c35ac0354
Modificáronse 1 ficheiros con 1 adicións e 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;