You've already forked lazarus-ccr
NiceChart: Fix position of mouse cursor display label in demo project.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8852 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -16,6 +16,7 @@ object Form1: TForm1
|
|||||||
Height = 15
|
Height = 15
|
||||||
Top = 573
|
Top = 573
|
||||||
Width = 34
|
Width = 34
|
||||||
|
Anchors = [akLeft, akBottom]
|
||||||
Caption = 'Label1'
|
Caption = 'Label1'
|
||||||
end
|
end
|
||||||
object Button1: TButton
|
object Button1: TButton
|
||||||
|
@ -1013,7 +1013,6 @@ var
|
|||||||
dx: Integer;
|
dx: Integer;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
|
||||||
if (List.Count = 0) or ChartEmpty
|
if (List.Count = 0) or ChartEmpty
|
||||||
then Exit;
|
then Exit;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user