Changeset 3 for trunk/UCore.lfm


Ignore:
Timestamp:
Sep 15, 2014, 11:13:21 PM (10 years ago)
Author:
chronos
Message:
  • Modified: Specific TGColor implementation moved to ColorFormats directory.
  • Added: Function to clear image with background color.
  • Modified: Drawing project image to off screen bitmap to speed up drawing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r2 r3  
    1313      OnExecute = AProjectNewExecute
    1414    end
     15    object AExit: TAction
     16      Caption = 'Exit'
     17      OnExecute = AExitExecute
     18    end
     19    object AImageClear: TAction
     20      Caption = 'Clear'
     21      OnExecute = AImageClearExecute
     22    end
    1523  end
    1624end
Note: See TracChangeset for help on using the changeset viewer.