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:
@ -511,8 +511,6 @@ end;
|
||||
//=== { TJvCustomRollOut } ===================================================
|
||||
|
||||
constructor TJvCustomRollOut.Create(AOwner: TComponent);
|
||||
var
|
||||
R: TRect;
|
||||
begin
|
||||
inherited Create(AOwner);
|
||||
IncludeThemeStyle(Self, [csNeedsBorderPaint, csParentBackground]);
|
||||
@ -1405,7 +1403,7 @@ end; }
|
||||
|
||||
function TJvCustomRollOut.MouseIsOnButton: Boolean;
|
||||
var
|
||||
P: TPoint;
|
||||
P: TPoint = (x:0; y:0);
|
||||
R: TRect;
|
||||
begin
|
||||
GetCursorPos(P);
|
||||
|
Reference in New Issue
Block a user