1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-12-24 00:08:52 -05:00
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@279 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Wizzup? 2009-12-16 13:47:19 +00:00
parent a9b3f15758
commit cd2ba7e3cb
2 changed files with 3 additions and 3 deletions

View File

@ -131,7 +131,7 @@ begin
', ' + IntToStr(TColourPickerObject(Item.Data).Pos.Y);
SelectionName.Text := TColourPickerObject(Item.Data).Name;
CH_RGB_Label.Caption:=Format('RGB:%d,%d%d', [r,g,b]);
CH_RGB_Label.Caption:=Format('RGB:%d,%d,%d', [r,g,b]);
{ Draw the Image }
ColourImage.Canvas.Brush.Color := TColourPickerObject(Item.Data).Colour;

View File

@ -1513,8 +1513,8 @@
<ComponentName Value="ColourHistoryForm"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="colourhistory"/>
<CursorPos X="75" Y="103"/>
<TopLine Value="79"/>
<CursorPos X="45" Y="141"/>
<TopLine Value="115"/>
<EditorIndex Value="5"/>
<UsageCount Value="93"/>
<Loaded Value="True"/>