1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-22 17:22:21 -05:00

Uncommented something <3

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@373 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Raymond 2010-01-04 19:58:12 +00:00
parent f7ff95ea38
commit f1c1b01cd9

View File

@ -275,8 +275,8 @@ procedure TMColorPicker.ImageInfoMouseMove(Sender: TObject; Shift: TShiftState;
Y: Integer);
begin
{ Move the info form }
// InfoForm.Top := Mouse.CursorPos.Y - 15;
// InfoForm.Left := Mouse.CursorPos.X + 5;
InfoForm.Top := Mouse.CursorPos.Y - 15;
InfoForm.Left := Mouse.CursorPos.X + 5;
end;
procedure TMColorPicker.ColorPickUp(Sender: TObject; Button: TMouseButton;