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:
wp_xxyyzz
2023-06-25 16:28:09 +00:00
parent cd9ce49462
commit 86af33c343
2 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,7 @@ object Form1: TForm1
Height = 15
Top = 573
Width = 34
Anchors = [akLeft, akBottom]
Caption = 'Label1'
end
object Button1: TButton

View File

@ -1013,7 +1013,6 @@ var
dx: Integer;
begin
if (List.Count = 0) or ChartEmpty
then Exit;