mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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(
|
[[maybe_unused]] const auto o = ScopedPainterOpacity(
|
||||||
p,
|
p,
|
||||||
p.opacity() * kRulerLineAlpha);
|
p.opacity() * kRulerLineAlpha);
|
||||||
const auto bottom = r
|
const auto bottom = rect()
|
||||||
- QMargins{ 0, rect::bottom(chartRect), 0, 0 };
|
- QMargins{ 0, rect::bottom(chartRect), 0, 0 };
|
||||||
p.fillRect(bottom, st::boxBg);
|
p.fillRect(bottom, st::boxBg);
|
||||||
p.fillRect(
|
p.fillRect(
|
||||||
|
|
Loading…
Add table
Reference in a new issue