Skip to content

Commit

Permalink
Slightly shifted selection marks along x.
Browse files Browse the repository at this point in the history
  • Loading branch information
23rd committed Nov 23, 2024
1 parent 0c21eba commit 71efd95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Telegram/SourceFiles/history/view/history_view_message.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 71efd95

Please sign in to comment.