You've already forked lazarus-ccr
jvcllaz: Set package version numbers to 1.0.5 for upcoming OPM release. Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6969 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -453,7 +453,7 @@ begin
|
||||
if Assigned(AControl) and Assigned(AControl.Parent) then
|
||||
begin
|
||||
AHintInfo := HintInfo;
|
||||
AControl.Parent.Perform(CM_HINTSHOW, 0, PtrInt(@AHintInfo));
|
||||
AControl.Parent.Perform(CM_HINTSHOW, 0, {%H-}PtrInt(@AHintInfo));
|
||||
HintInfo.HintColor := AHintInfo.HintColor;
|
||||
end;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user