From 493d17fb6c394fff510b399c53cab7e35643b605 Mon Sep 17 00:00:00 2001 From: Anton Vorobev Date: Mon, 2 Sep 2024 14:19:09 +0000 Subject: [PATCH] Pull request #5277: [DXCF-5545] Drawing - Incorrectly displayed background when selected extend for Fibonacci Channel // init Merge in DXCHARTS/dxchart5 from bugfix/DXCF-5545-new-2-drawing-incorrectly-displayed-background-when-selected-extend-for-fibonacci-c to master * commit '43c3206b35b67348d8f251ae7d104bc8640bae5d': [DXCF-5545] Drawing - Incorrectly displayed background when selected extend for Fibonacci Channel // fix fib channel [DXCF-5545] Drawing - Incorrectly displayed background when selected extend for Fibonacci Channel // copyright fix [DXCF-5545] Drawing - Incorrectly displayed background when selected extend for Fibonacci Channel // copyright fix [DXCF-5545] Drawing - Incorrectly displayed background when selected extend for Fibonacci Channel // init GitOrigin-RevId: 4fac28392d4d82796e76e7c0da67fcd774c89a56 --- src/chart/bootstrap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chart/bootstrap.ts b/src/chart/bootstrap.ts index 459e888..a87b94e 100755 --- a/src/chart/bootstrap.ts +++ b/src/chart/bootstrap.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 - 2023 Devexperts Solutions IE Limited + * Copyright (C) 2019 - 2024 Devexperts Solutions IE Limited * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. */