mirror of
https://github.com/moparisthebest/Simba
synced 2024-12-24 00:08:52 -05:00
Typo. ;)
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@279 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
a9b3f15758
commit
cd2ba7e3cb
@ -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;
|
||||
|
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user