Ignore:
Timestamp:
Sep 16, 2014, 11:55:35 AM (10 years ago)
Author:
chronos
Message:
  • Added: Action to fill image with random image.
  • Fixed: Pixel load/save to bitmap was using Move with pointers instead pointed value.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r3 r4  
    55  Width = 920
    66  Caption = 'LibrePaint'
    7   ClientHeight = 611
     7  ClientHeight = 614
    88  ClientWidth = 920
    99  Menu = MainMenu1
     
    1111  object PaintBox1: TPaintBox
    1212    Left = 0
    13     Height = 611
     13    Height = 614
    1414    Top = 0
    1515    Width = 920
     
    3535        Action = Core.AImageClear
    3636      end
     37      object MenuItem6: TMenuItem
     38        Action = Core.AImageRandom
     39      end
    3740    end
    3841  end
Note: See TracChangeset for help on using the changeset viewer.