2
0
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:
John Preston
2015-04-22 14:21:45 +03:00
parent b770ea4f8d
commit 1d8ec7c7d6
19 changed files with 53 additions and 44 deletions

View File

@@ -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);