mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fixed display of bottom solid line in chart view for some scroll states.
This commit is contained in:
parent
1a856e359f
commit
29c9266ef5
1 changed files with 1 additions and 1 deletions
|
@ -970,7 +970,7 @@ void ChartWidget::setupChartArea() {
|
|||
[[maybe_unused]] const auto o = ScopedPainterOpacity(
|
||||
p,
|
||||
p.opacity() * kRulerLineAlpha);
|
||||
const auto bottom = r
|
||||
const auto bottom = rect()
|
||||
- QMargins{ 0, rect::bottom(chartRect), 0, 0 };
|
||||
p.fillRect(bottom, st::boxBg);
|
||||
p.fillRect(
|
||||
|
|
Loading…
Add table
Reference in a new issue