mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-10 05:07:59 -05:00
Removed "Pos: " and "Color: " on Linux, until the Picker rewrite.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@281 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
6e3606466b
commit
7ae50bbc4b
@ -250,9 +250,9 @@ begin
|
||||
Color := WidgetSet.DCGetPixel(ImageHandle, TempPoint.X, TempPoint.Y);
|
||||
Rectangle(NoteHandle,1,1,85,32);
|
||||
// Text:='Pos: ' + inttostr(TempPoint.x - Client.Rect.Left) + ',' + inttostr(TempPoint.y - Client.Rect.Bottom);
|
||||
Text:='Pos: ' + inttostr(TempPoint.x - targetleft) + ',' + inttostr(TempPoint.y - targettop);
|
||||
Text:={'Pos: ' + }inttostr(TempPoint.x - targetleft) + ',' + inttostr(TempPoint.y - targettop);
|
||||
ExtTextOut(NoteHandle, 5, 3,0,nil,pchar(text),length(text),nil);
|
||||
Text := 'Color: ' + inttostr(Color);
|
||||
Text := {'Color: ' + }inttostr(Color);
|
||||
ExtTextOut(NoteHandle, 5, 15,0,nil,pchar(text),length(text),nil);
|
||||
BitBlt( ImageHandle, TempPoint.x + 5, TempPoint.y + 5,147,33,NoteHandle,0,0,SRCCOPY);
|
||||
Brush.Color := Color;
|
||||
|
Loading…
Reference in New Issue
Block a user