[Lazarus] Typo in objectinspector.pp
Sandro Cumerlato
sandro.cumerlato at gmail.com
Wed Nov 19 14:22:04 CET 2014
Please apply attached patch.
Sandro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20141119/6a5b83e0/attachment-0002.html>
-------------- next part --------------
Index: components/ideintf/objectinspector.pp
===================================================================
--- components/ideintf/objectinspector.pp (revisione 46885)
+++ components/ideintf/objectinspector.pp (copia locale)
@@ -2700,7 +2700,7 @@
else
begin
inc(NameIconRect.Right, 2 + Ord(ShowGutter));
- inc(NameTextRect.Left, 3 + + Ord(ShowGutter));
+ inc(NameTextRect.Left, 3 + Ord(ShowGutter));
end;
DrawState:=[];
More information about the Lazarus
mailing list