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;
|
||||
|
||||
implementation
|
||||
uses rxlclutils, Math, rxdconst;
|
||||
uses rxlclutils, Math, rxdconst, LCLVersion;
|
||||
|
||||
type
|
||||
{ TDbGridAccess = class(TDbGrid)
|
||||
@ -1533,7 +1533,11 @@ begin
|
||||
begin
|
||||
if Enabled then
|
||||
begin
|
||||
{$IF lcl_fullversion >= 1090000}
|
||||
if MouseInClient then
|
||||
{$ELSE}
|
||||
if MouseEntered then
|
||||
{$ENDIF}
|
||||
begin
|
||||
if FMouseDown then
|
||||
begin
|
||||
|
Reference in New Issue
Block a user