Changeset 31 for trunk/UCore.lfm


Ignore:
Timestamp:
Jan 4, 2017, 11:49:56 PM (7 years ago)
Author:
chronos
Message:
  • Added: Pen tool to draw pixels by mouse with selected color.
  • Added: Mirror and Flip image operation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r30 r31  
    9595      OnExecute = AImageNegativeExecute
    9696    end
     97    object AToolPen: TAction
     98      Category = 'Tool'
     99      Caption = 'Pen'
     100      OnExecute = AToolPenExecute
     101    end
     102    object AToolMove: TAction
     103      Category = 'Tool'
     104      Caption = 'Move'
     105      OnExecute = AToolMoveExecute
     106    end
    97107  end
    98108  object ImageList1: TImageList
Note: See TracChangeset for help on using the changeset viewer.