mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 07:42:59 +02:00
* patch from AlbercikCD
git-svn-id: trunk@11842 -
This commit is contained in:
parent
ce4bd7e89a
commit
6f6c4d5503
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user