2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Fix build with updated submodules.

This commit is contained in:
John Preston
2020-06-16 19:10:39 +04:00
parent b412b2141e
commit cdc295c1d7
8 changed files with 54 additions and 72 deletions

View File

@@ -326,7 +326,9 @@ void StickersBox::prepare() {
_session->api().updateStickers();
if (_installed.widget()) {
connect(_installed.widget(), SIGNAL(draggingScrollDelta(int)), this, SLOT(onDraggingScrollDelta(int)));
connect(_installed.widget(), &Inner::draggingScrollDelta, [=](int delta) {
scrollByDraggingDelta(delta);
});
if (!_megagroupSet) {
boxClosing() | rpl::start_with_next([=] {
saveChanges();