mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
dev-version 0.8.5 prepared - new photoviewer, new default chat background
This commit is contained in:
@@ -1088,7 +1088,7 @@ void MediaView::paintEvent(QPaintEvent *e) {
|
||||
p.setOpacity(_docRadialOpacity);
|
||||
p.setPen(_docRadialPen);
|
||||
|
||||
int len = 512 + a_docRadial.current() * 5744;
|
||||
int len = 16 + a_docRadial.current() * 5744;
|
||||
p.drawArc(arc, 1440 - a_docRadialStart.current() * 5760 - len, len);
|
||||
|
||||
p.setOpacity(1);
|
||||
|
Reference in New Issue
Block a user