You've already forked lazarus-ccr
RxFPC:fix compile on Lazarus 1.8
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6181 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -410,7 +410,7 @@ type
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
uses rxlclutils, Math, rxdconst;
|
uses rxlclutils, Math, rxdconst, LCLVersion;
|
||||||
|
|
||||||
type
|
type
|
||||||
{ TDbGridAccess = class(TDbGrid)
|
{ TDbGridAccess = class(TDbGrid)
|
||||||
@ -1533,7 +1533,11 @@ begin
|
|||||||
begin
|
begin
|
||||||
if Enabled then
|
if Enabled then
|
||||||
begin
|
begin
|
||||||
|
{$IF lcl_fullversion >= 1090000}
|
||||||
if MouseInClient then
|
if MouseInClient then
|
||||||
|
{$ELSE}
|
||||||
|
if MouseEntered then
|
||||||
|
{$ENDIF}
|
||||||
begin
|
begin
|
||||||
if FMouseDown then
|
if FMouseDown then
|
||||||
begin
|
begin
|
||||||
|
Reference in New Issue
Block a user