* patch from AlbercikCD

git-svn-id: trunk@11842 -
This commit is contained in:
marc 2007-08-21 22:09:32 +00:00
parent ce4bd7e89a
commit 6f6c4d5503

View File

@ -2228,8 +2228,7 @@ function TPropertyEditor.GetHint(HintType: TPropEditHint; x, y: integer
var var
TypeHint: String; TypeHint: String;
begin begin
Result:=GetName Result := GetName + #13 + oisValue + ' ' + GetVisualValue;
+#13+oisValue+GetVisualValue;
case GetPropType^.Kind of case GetPropType^.Kind of
tkInteger : TypeHint:=oisInteger; tkInteger : TypeHint:=oisInteger;
tkInt64 : TypeHint:=oisInt64; tkInt64 : TypeHint:=oisInt64;