mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 11:25:56 +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
|
||||
TypeHint: String;
|
||||
begin
|
||||
Result:=GetName
|
||||
+#13+oisValue+GetVisualValue;
|
||||
Result := GetName + #13 + oisValue + ' ' + GetVisualValue;
|
||||
case GetPropType^.Kind of
|
||||
tkInteger : TypeHint:=oisInteger;
|
||||
tkInt64 : TypeHint:=oisInt64;
|
||||
|
Loading…
Reference in New Issue
Block a user