From 929a8fb6357798ef5f661d479c64e6e25c32eb55 Mon Sep 17 00:00:00 2001 From: signatenkov Date: Thu, 21 Nov 2024 11:52:06 +0000 Subject: [PATCH] Fix priceLine rendering when having LastPriceAnimation indicator --- src/gui/pane-widget.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/pane-widget.ts b/src/gui/pane-widget.ts index 89744efd8..5bcf33607 100644 --- a/src/gui/pane-widget.ts +++ b/src/gui/pane-widget.ts @@ -512,6 +512,7 @@ export class PaneWidget implements IDestroyable, MouseEventHandlers { }); this._drawCrosshair(topTarget); this._drawSources(topTarget, sourceTopPaneViews); + this._drawSources(topTarget, sourceLabelPaneViews); } }