You've already forked lazarus-ccr
First commit for release 0.2.2, which restores Ctl3D so it can again be compiled by Lazarus 0.9.27+
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@963 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -472,7 +472,11 @@ begin
|
||||
else
|
||||
begin
|
||||
if nIndex = SM_CYBORDER then
|
||||
nIndex := SM_CYEDGE; //Substitute for now so returned value is valid.
|
||||
// nIndex := SM_CYEDGE; //Substitute for now so returned value is valid.
|
||||
begin //Neither implemented, so catch here to eliminate TODO messages.
|
||||
Result := 0; //0 was being returned before.
|
||||
Exit;
|
||||
end;
|
||||
Result := LclIntf.GetSystemMetrics(nIndex);
|
||||
end;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user