Skip to content

Commit

Permalink
Merge pull request #1737 from tradingview/lastpriceanimation_indicato…
Browse files Browse the repository at this point in the history
…r_overlaps_priceLine_axis_label_v5

Fix priceLine rendering when having LastPriceAnimation indicator
  • Loading branch information
signatenkov authored Nov 22, 2024
2 parents 31c601f + 929a8fb commit b059b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/pane-widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ export class PaneWidget implements IDestroyable, MouseEventHandlers {
});
this._drawCrosshair(topTarget);
this._drawSources(topTarget, sourceTopPaneViews);
this._drawSources(topTarget, sourceLabelPaneViews);
}
}

Expand Down

0 comments on commit b059b29

Please sign in to comment.