mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 09:12:19 -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:
parent
f7ff95ea38
commit
f1c1b01cd9
@ -275,8 +275,8 @@ procedure TMColorPicker.ImageInfoMouseMove(Sender: TObject; Shift: TShiftState;
|
|||||||
Y: Integer);
|
Y: Integer);
|
||||||
begin
|
begin
|
||||||
{ Move the info form }
|
{ Move the info form }
|
||||||
// InfoForm.Top := Mouse.CursorPos.Y - 15;
|
InfoForm.Top := Mouse.CursorPos.Y - 15;
|
||||||
// InfoForm.Left := Mouse.CursorPos.X + 5;
|
InfoForm.Left := Mouse.CursorPos.X + 5;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TMColorPicker.ColorPickUp(Sender: TObject; Button: TMouseButton;
|
procedure TMColorPicker.ColorPickUp(Sender: TObject; Button: TMouseButton;
|
||||||
|
Loading…
Reference in New Issue
Block a user