Slightly shifted selection marks along x.

This commit is contained in:
23rd 2024-11-23 05:28:36 +03:00
parent 0c21eba1f8
commit 71efd95136

View file

@ -1627,7 +1627,8 @@ void Message::draw(Painter &p, const PaintContext &context) const {
(right
- (st::msgSelectionOffset * progress - st.size) / 2
- st::msgPadding.right() / 2
- st.size),
- st.size
- st::historyScroll.deltax),
rect::bottom(g) - st.size - st::msgSelectionBottomSkip);
{
p.setPen(QPen(st.border, st.width));