mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-13 04:37:11 +02:00
Slightly shifted selection marks along x.
This commit is contained in:
parent
0c21eba1f8
commit
71efd95136
1 changed files with 2 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue