2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Implement animated spoilers.

This commit is contained in:
John Preston
2022-09-17 00:23:27 +04:00
parent 4975254cc1
commit 749fb52113
291 changed files with 814 additions and 556 deletions

View File

@@ -151,7 +151,7 @@ void AddPremiumPrivacyButton(
) | rpl::filter([=]() -> bool {
return state->widget.x();
}) | rpl::start_with_next([=] {
auto p = Painter(&state->widget);
auto p = QPainter(&state->widget);
st::settingsPremiumLock.paint(p, 0, 0, state->widget.width());
}, state->widget.lifetime());